pkg-temp
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Package temp Travis CI Build Status

A temporary directory automatically created specifically for your package to use for caching or storage.

NPM Badge

Install

npm install pkg-temp

Usage

const tempDir = require("pkg-temp");

console.log(tempDir);
//=> 'C:\\Users\\richi\\AppData\\Local\\Temp\\pkg-temp'

API

pkgTemp

Type: string

The directory to use.

Readme

Keywords

Package Sidebar

Install

npm i pkg-temp

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

3.1 kB

Total Files

6

Last publish

Collaborators

  • richienb