@ganemone/dotenv-cli
Version:
Run commands with environment variables loaded
21 lines (12 loc) • 339 B
Markdown
# dotenv-cli
## Installing
```bash
$ npm install dotenv-cli
```
## Usage
```bash
$ dotenv <command with arguments>
```
This will load the variables from the .env file in the current working directory and then run the command (using the new set of environment variables)
## License
[MIT](https://en.wikipedia.org/wiki/MIT_License)