Skip to content

feross/node-application-config-path

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Store your application config in the right location.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • JavaScript 100.0%