Read envs from console input and save to .env file.
var dotenv = require('dotenv-prompt');
dotenv.create(['PORT', 'HOST'], function(error) {
});
Prompt envs and save to .env file.
Prompt envs.
Save envs to .env file.
Read envs from console input and save to .env file.
var dotenv = require('dotenv-prompt');
dotenv.create(['PORT', 'HOST'], function(error) {
});
Prompt envs and save to .env file.
Prompt envs.
Save envs to .env file.
npm i dotenv-prompt
0
0.1.0
ISC