Skip to content

Simple node module to remove files and folders recursively.

Notifications You must be signed in to change notification settings

fcostarodrigo/rfc-nuke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple node module to remove files and folders recursively.

Resources

Stars

Watchers

Forks

Packages

No packages published