1.0.2 • Published 7 years ago

env-setup v1.0.2

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

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

Screenshot