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
.envfile and run the following command.
handy-client-env- There you go,
.env.jsfile is created!!
Thank you for reading
