1.0.12 • Published 3 years ago

@anzerr/fs.copy v1.0.12

Weekly downloads
19
License
MIT
Repository
github
Last release
3 years ago

Intro

GitHub Actions status | linter GitHub Actions status | publish GitHub Actions status | test

Copy a directory or file to a location

Install

npm install --save git+https://git@github.com/anzerr/fs.copy.git
npm install --save @anzerr/fs.copy

Example

const copy = require('fs.copy');

copy('./node_modules', './stuff').then(() => {
	console.log('done');
}).catch((err) => {
	console.log(err);
});
1.0.11

3 years ago

1.0.12

3 years ago

1.0.10

4 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago