Getting config from file
npm install get-cff> Getting config from file
![node]()

``bash`
npm i -S get-cff
> Note: This project is compatible with node v6+
`js
import getCff from 'get-cff';
getCff('path/to/config/file')
.then(config => {
console.log(config);
});
`
Returns config object {property: value}