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");

Readme

Keywords

Package Sidebar

Install

npm i cache-dir-find

Weekly Downloads

4

Version

1.0.6

License

ISC

Unpacked Size

4.15 kB

Total Files

5

Last publish

Collaborators

  • maweimaweima