1.1.8 • Published 10 months ago

@nielse63/reset v1.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@nielse63/reset

Quickly clean your project of unwanted files and folders

npm (scoped) npm GitHub issues by-label

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:
// [
//    {
//      // ...
//    }
//  ]
1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

11 months ago