1.0.6 • Published 3 years ago

cache-dir-find v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago