application-config-path
Store your application config in the right location.
Last updated 10 years ago by linusu .
MIT · Repository · Bugs · Original npm
$ cnpm install application-config-path 
SYNC missed versions from official npm registry.

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

Current Tags

  • 0.1.0                                ...           latest (10 years ago)

1 Versions

  • 0.1.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (2)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org