Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerimdzhanov/dotenv-flow-playground
A playground project for dotenv-flow package
https://github.com/kerimdzhanov/dotenv-flow-playground
Last synced: 17 days ago
JSON representation
A playground project for dotenv-flow package
- Host: GitHub
- URL: https://github.com/kerimdzhanov/dotenv-flow-playground
- Owner: kerimdzhanov
- License: mit
- Created: 2023-08-25T16:12:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T19:48:41.000Z (12 months ago)
- Last Synced: 2023-12-03T20:30:36.882Z (12 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotenv-flow playground
This is an example/playground project to try out **[dotenv-flow](https://github.com/kerimdzhanov/dotenv-flow)**.
## Installation
##### 1. Pull the project source from GitHub:
```sh
$ git clone https://github.com/kerimdzhanov/dotenv-flow-webpack-playground.git
```…or:
```sh
$ git clone [email protected]:kerimdzhanov/dotenv-flow-webpack-playground.git
```##### 2. Install dependencies
Using npm:
```sh
$ npm install
```Using yarn:
```sh
$ yarn
```## Project files
_**\[TBD]** …_
## Running scripts
Check the `"scripts"` section of the `package.json` or simply list available tasks using:
```sh
$ npm run
```> …or `$ yarn run` appropriately, if you're using Yarn.
## License
Licensed under [MIT](LICENSE) © 2023 Dan Kerimdzhanov