co-temp

0.1.0 • Public • Published

temp with co

Build Status

Installation

$ npm install co-temp

Usage

var temp = require('co-temp').track();

co(function *() {
    var info = yield temp.open('file');
    console.log(info.path);
    var dirPath = yield temp.mkdir('mydir');
    console.log(info.path);

    yield temp.cleanup(); // only if you use track()
});

See temp documentation for more info.

/co-temp/

    Package Sidebar

    Install

    npm i co-temp

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • danhper