Package Exports
- application-config-path
- application-config-path/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (application-config-path) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-application-config-path
Store your application config in the right location.
Installation
npm install --save application-config-path
Usage
var applicationConfigPath = require('application-config-path')
// cfgPath is a string with the path to a directory
// where you can store your config.
var cfgPath = applicationConfigPath('My App')
API
applicationConfigPath(name)
Return a string with the path to a directory where you can store your application specific config.
License
MIT