38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
|
|
||
|
# temp-path
|
||
|
|
||
|
[![NPM version][npm-image]][npm-url]
|
||
|
[![Build status][travis-image]][travis-url]
|
||
|
[![Test coverage][coveralls-image]][coveralls-url]
|
||
|
[![Dependency Status][david-image]][david-url]
|
||
|
[![License][license-image]][license-url]
|
||
|
[![Downloads][downloads-image]][downloads-url]
|
||
|
[![Gittip][gittip-image]][gittip-url]
|
||
|
|
||
|
Create a temporary filename or path.
|
||
|
|
||
|
```js
|
||
|
var random = require('temp-path');
|
||
|
|
||
|
var filename = random();
|
||
|
```
|
||
|
|
||
|
[gitter-image]: https://badges.gitter.im/fs-utils/temp-path.png
|
||
|
[gitter-url]: https://gitter.im/fs-utils/temp-path
|
||
|
[npm-image]: https://img.shields.io/npm/v/temp-path.svg?style=flat-square
|
||
|
[npm-url]: https://npmjs.org/package/temp-path
|
||
|
[github-tag]: http://img.shields.io/github/tag/fs-utils/temp-path.svg?style=flat-square
|
||
|
[github-url]: https://github.com/fs-utils/temp-path/tags
|
||
|
[travis-image]: https://img.shields.io/travis/fs-utils/temp-path.svg?style=flat-square
|
||
|
[travis-url]: https://travis-ci.org/fs-utils/temp-path
|
||
|
[coveralls-image]: https://img.shields.io/coveralls/fs-utils/temp-path.svg?style=flat-square
|
||
|
[coveralls-url]: https://coveralls.io/r/fs-utils/temp-path
|
||
|
[david-image]: http://img.shields.io/david/fs-utils/temp-path.svg?style=flat-square
|
||
|
[david-url]: https://david-dm.org/fs-utils/temp-path
|
||
|
[license-image]: http://img.shields.io/npm/l/temp-path.svg?style=flat-square
|
||
|
[license-url]: LICENSE
|
||
|
[downloads-image]: http://img.shields.io/npm/dm/temp-path.svg?style=flat-square
|
||
|
[downloads-url]: https://npmjs.org/package/temp-path
|
||
|
[gittip-image]: https://img.shields.io/gratipay/jonathanong.svg?style=flat-square
|
||
|
[gittip-url]: https://gratipay.com/jonathanong/
|