2.0.2 • Published 4 years ago

rfc-nuke v2.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

RFC-NUKE

Build Status

Simple node module to remove files and folders recursively.

DEPRECATED: See @fcostarodrigo/nuke

Installation

npm install rfc-nuke

Usage

const nuke = require("rfc-nuke");

nuke("path/to/remove").then(() => console.log("Files removed"));

Documentation

function nuke(pathToDelete: string): Promise<void>;

Removes files and folders recursively.

  • pathToDelete: Path with folder or file to delete.

Development

Full tests with coverage

npm test

Unit tests and watch for changes

npm run unit-test

License

MIT License

2.0.2

4 years ago

2.0.3

5 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago