cache-dir-find

1.0.6 • Public • Published

cache-dir-find

cache dir find

About

Cache all dirs, then find dirs doesn't depend on reading dir;

Install

Install with npm:

$ npm install --save cache-dir-find

Uses

// Get new instance cache
const cacheDirFind = require("cache-dir-find");
const cacheDir = cacheDirFind();
cacheDir.add(...);
cacheDir.remove(...);
cacheDir.getChildren(...);
cacheDir.getParent(...);
cacheDir.exist(...);
// Get this single instance cache
const { add, remove, getChildren, getParent, exist } = require("cache-dir-find");

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.6
    3
    • latest

Version History

Package Sidebar

Install

npm i cache-dir-find

Weekly Downloads

3

Version

1.0.6

License

ISC

Unpacked Size

4.15 kB

Total Files

5

Last publish

Collaborators

  • maweimaweima