dotenv-example

1.0.4 • Public • Published

dotenv-example

Lets you create sample copies of the settings file, keeping the values empty, making it easier to share.

Install

npm install -g dotenv-example

Instructions

move to local from .env file

BD_HOST=mongo://Localhost/test
BD_USER=root
BD_PASS=root

run cmd in bash, terminal or prompt

dotenvexample

and get .env.example file in same dir

BD_HOST=
BD_USER=
BD_PASS=

See dotenvexample -h for more options

Readme

Keywords

Package Sidebar

Install

npm i dotenv-example

Weekly Downloads

1

Version

1.0.4

License

MIT

Last publish

Collaborators

  • jessicamr