0.0.1 • Published 8 years ago

application-data-path v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

node-application-data-path

Store your application data in the right location.

Installation

npm install --save application-data-path

Usage

var applicationDataPath = require('application-data-path')

// dataPath is a string with the path to a directory
// where you can store your data.
var dataPath = applicationDataPath('My App')

API

applicationDataPath(name)

Return a string with the path to a directory where you can store your application specific data.

Acknowledgments

Heavily inspired by node-application-config-path

License

MIT