A module for easily handling environment variables in Node.js projects with support for .yml and .json configuration.
Go to file
2016-06-19 20:08:34 +02:00
dist initial 2016-06-19 17:33:54 +02:00
ts create basic structure 2016-06-19 20:08:34 +02:00
.gitignore initial 2016-06-19 17:33:54 +02:00
.gitlab-ci.yml initial 2016-06-19 17:33:54 +02:00
.npmignore initial 2016-06-19 17:33:54 +02:00
npmts.json initial 2016-06-19 17:33:54 +02:00
package.json create basic structure 2016-06-19 20:08:34 +02:00
README.md create basic structure 2016-06-19 20:08:34 +02: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.