1.0.0 • Published 8 years ago

trapper-keeper v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Trapper Keeper

An incredibly simple configuration lib for Node.js. I was dissatisified with the complexity of config options out there. So here's a simple binder to store things in.

Install

Not on npm yet. Add this to your dependencies.

"trapper-keeper": "https://github.com/jspies/trapper-keeper.git"

Usage

var TrapperKeeper = new (require('trapper-keeper'))();

TrapperKeeper.get('my-setting');