@nielse63/reset
v1.1.8
Published
Quickly clean your project of unwanted files and folders
Downloads
3
Maintainers
Readme
@nielse63/reset
Quickly clean your project of unwanted files and folders
Installation
npm install --save @nielse63/reset
Usage
CLI
$ reset --help
Usage: reset [options] <arguments>
Quickly clean your project of unwanted files and folders
Arguments:
...
Options:
-V, --version output the version number
-h, --help display help for command
API
import reset from '@nielse63/reset';
const results = await reset({
// ...
});
// results:
// [
// {
// // ...
// }
// ]