README
Configuration file for pon
Installation
$ npm install ponfile --save
Usage
'use strict'
const ponfile = require('ponfile')
// Lookup and load a Ponfile configuration
let config = ponfile(process.cwd())
console.log(config)
API Guide
License
This software is released under the Apache-2.0 License.