1.0.4 • Published 7 years ago

dotenv-example v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago