Licence
MIT
Version
1.0.2
Deps
2
Vulns
10
Weekly
0
Env-Setup
Requirements: Node >= 8
Easy setup for production .env using .env.[example|sample] as template.
Note: If you don't know what a .env file is check this package first dotenv
The template format uses the values as the description of the variable.
Template Example
.env.example
FACEBOOK_API=Enter your Facebook API token
EMAIL_MAILER=Enter your Mailer email address
GOOGLE_API=Enter your Google API token
GOOGLE_SECRET=Enter your Google access secret
Installation
npm i -g env-setup
Usage
You just run:
env-setup
