Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

cstruct/node-application-cache-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Store your application cache in the right location.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published