copy-dir-to-tmp
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

copy-dir-to-tmp

Build Status npm version Node.js Version

Copy a directory to a temporary directory

Installation

yarn add copy-dir-to-tmp

Usage

import copyDirToTmp from 'copy-dir-to-tmp';

const dest = await copyDirToTmp('./src');
// `./src` is now copied to a temporary directory stored in `dest`.

Readme

Keywords

Package Sidebar

Install

npm i copy-dir-to-tmp

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.09 kB

Total Files

8

Last publish

Collaborators

  • mgenware