1.3.0 • Published 8 years ago
cleanser v1.3.0
cleanser
A utility to safely clean a directory from clutter such as log files, modules, generated tests and more.
About
This small command line tool uses rimraf to safely clean the directory specified from clutter.
Install
$ npm install -g cleanserUsage
Command-line
Cleans up the current working directory:
$ cleanserCleans a given directory:
$ cleanser ~/path/to/cleanDisplays the help message:
$ cleanser --helpProgrammatic API
var cleanser = require('cleanser');
cleanser('~/path/to/clean', function (err) {});License
ISC © Joaquin Briceno