1.1.1 • Published 5 years ago

pkg-temp v1.1.1

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

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.

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago