Store your application config in the right location.
npm install application-config-pathStore your application config in the right location.
``bash`
npm install --save application-config-path
`javascript
import applicationConfigPath from 'application-config-path'
// cfgPath is a string with the path to a directory
// where you can store your config.
const cfgPath = applicationConfigPath('My App')
``
Return a string with the path to a directory where you can store your application specific config.
MIT