koala-conf

1.0.2 • Public • Published

koala-conf

  • install
$ npm i koala-conf --save
  • usage
const Config = require('koala-conf')
const schema = require('./schema.json')
 
let config = new Config({ schema })
config.load(process.cwd() + '/test/test.yaml', true)
console.log(config.get('version'))

Readme

Keywords

Package Sidebar

Install

npm i koala-conf

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

6.86 kB

Total Files

7

Last publish

Collaborators

  • yt_fan