application-cache-path

0.0.1 • Public • Published

node-application-cache-path

Store your application cache in the right location.

Installation

npm install --save application-cache-path

Usage

var applicationCachePath = require('application-cache-path')
 
// cachePath is a string with the path to a directory
// where you can store your cache.
var cachePath = applicationCachePath('My App')

API

applicationCachePath(name)

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

Acknowledgments

Heavily inspired by node-application-config-path

License

MIT

/application-cache-path/

    Package Sidebar

    Install

    npm i application-cache-path

    Weekly Downloads

    3

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • cstruct