1.0.16 • Published 8 years ago
handy-client-env v1.0.16
Handy-Client-Env
Command-line tool which Loads environment variables from .env file and outputs them in a JS file!!`.

Motivation
Created this project for front-end layer of the project to get access to environment variables defined in a .env file.
Usage
- First install.
npm i handy-client-env - Go to your project which contains a
.envfile and run the following command.
handy-client-env- There you go,
.env.jsfile is created!!
Thank you for reading