Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jondotsoy/envuse
- Owner: JonDotsoy
- Created: 2019-01-23T23:52:55.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T13:25:07.000Z (almost 2 years ago)
- Last Synced: 2024-11-22T00:57:10.684Z (about 2 months ago)
- Topics: client, configuration-files, environment-manager, nodejs
- Language: TypeScript
- Homepage:
- Size: 2.01 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.