Load your .env file with this npm module.
I created this module to bootstrap a .env file when using Deployd. This module should make it very easy to manage environment variables on Deployd or other node project.
Install the dpd-load-env module
npm install dpd-load-env
Create a .env file at the root directory of your project. Done!
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request