0.0.8 • Published 8 years ago

nonfig v0.0.8

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

nonfig

适用于nodejs项目的轻量的多层配置读取模块。

NPM version

安装

npm install nonfig

配置

process.env.NODE_ENV = production/dev

项目结构:

/  
/dev.config.json  
/shop/  
/shop/dev.config.json  
/shop/index.js

/dev.config.json

{"a":1}

/shop/dev.config.json

{"b":2}

/shop/index.js

var config = require('nonfig')(__dirname);
// config : {"a":1,"b":2}

License

MIT

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago