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