1.0.0-beta.2 • Published 7 years ago

@nippy/config v1.0.0-beta.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Nippy/Config

Simple class and helpers for handling service configurations easily, supporting environmental variables and configs.

import { Config } from "@nippy/config";
const config = new Config();

console.log(config.get("server.port"));

Installation

$ npm install --save @nippy/config