npm.io
2.0.0 • Published 9 years ago

tempdir

Licence
MIT
Version
2.0.0
Deps
2
Vulns
0
Weekly
0
Stars
7

tempdir Build Status

Create a temporary directory.

Installation

$ npm install --save tempdir

Usage

const tempdir = require('tempdir');

await tempdir();
//=> /tmp/x/y/z

tempdir.sync();
//=> /tmp/x/y/w

API

tempdir()

Returns a Promise, which resolves to a directory path.

tempdir.sync()

Synchronous version of tempdir().

License

MIT Vadim Demedes

Keywords