qenv/README.md

7 lines
291 B
Markdown
Raw Normal View History

2016-06-19 18:08:34 +00:00
# qenv
provides an easy way for promised environments
## Usage
qenv looks for an qenv.yml that defines needed env vars. qenv dirst checks if they are already specified.
If not, qenv by default looks for a .nogit/env.yml file.
If any env var is not specified, qenv throws an error and exits.