cleanser

1.3.0 • Public • Published

cleanser

NPM version Build Status

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 cleanser

Usage

Command-line

Cleans up the current working directory:

$ cleanser

Cleans a given directory:

$ cleanser ~/path/to/clean

Displays the help message:

$ cleanser --help

Programmatic API

var cleanser = require('cleanser');
 
cleanser('~/path/to/clean', function (err) {});

License

ISC © Joaquin Briceno

/cleanser/

    Package Sidebar

    Install

    npm i cleanser

    Weekly Downloads

    3

    Version

    1.3.0

    License

    ISC

    Last publish

    Collaborators

    • joaquin.briceno