1.0.0 • Published 5 years ago

find-pkg-cache v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Find package cache Travis CI Build Status

A cache directory automatically created specifically for your package to use.

NPM Badge

Install

npm install find-pkg-cache

Usage

const cacheDir = require("find-pkg-cache");

console.log(cacheDir);
//=> '/home/richiebendall/find-pkg-cache/node_modules/.cache/find-pkg-cache'

API

pkgCache

Type: string

The directory to use.