New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

env-setup

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-setup

CLI to easy setup your .env file

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 25 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts