https://github.com/kerimdzhanov/dotenv-flow-playground
A playground project for dotenv-flow package
https://github.com/kerimdzhanov/dotenv-flow-playground
Last synced: 6 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T19:48:41.000Z (almost 2 years ago)
- Last Synced: 2024-12-14T11:43:03.549Z (10 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- 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 git@github.com: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