Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jondotsoy/envuse

Module to load environment variables from a .envuse file into the process.env.
https://github.com/jondotsoy/envuse

client configuration-files environment-manager nodejs

Last synced: 22 days ago
JSON representation

Module to load environment variables from a .envuse file into the process.env.

Awesome Lists containing this project

README

        

## Contribution

**Clean project**

Before to start, you should clean your project.

If you have node_module folders, you can use `rm -r {packages/*/,}node_modules/` command to clean your project.

> You can use `ls -d {packages/*/,}node_modules/` to check if you have node_module folders.

Look the section Contribution in to README file of all sub projects to know how to clean your project.