1.0.11 • Published 8 years ago
handy-browser-env v1.0.11
Handy-Browser-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 it globally
npm i handy-browser-env -g- Go to your project which contains a
.envfile and run the following command.
handy-browser-env- There you go,
.browser-env.jsfile is created!!
Thank you for reading