node-viper
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

README

A module for configuration inspired by viper.

import * as viper from "viper";

viper.bindEnv("foo.bar", "FOO_BAR");
cosnt a = viper.getString("foo.bar");
$ CONSUL_URL=http://localhost:8500 node a.js

Readme

Keywords

none

Package Sidebar

Install

npm i node-viper

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

7.03 kB

Total Files

9

Last publish

Collaborators

  • tmtk75