Loads environment variables from .env file and outputs them in a JS file!!
Command-line tool which Loads environment variables from .env file and outputs them in a JS file!!`.
Created this project for front-end layer of the project to get access to environment variables defined in a .env
file.
First install.
npm i handy-client-env
Go to your project which contains a .env
file and run the following command.
handy-client-env
There you go, .env.js
file is created!!
Thank you for reading