whisper-clean

0.1.1 • Public • Published

Whisper: Clean Build Status

Removes build artifacts and backup files from a project.

Example

Define a list of patterns that should be cleaned up in your .whisper file.

module.exports = function(whisper) {
  whisper.configure({
    clean: { files: ['build', '*.orig']
           , ignore: ['node_modules']
           }
  })
 
  require('whisper-clean')(whisper)
}

Invoke whisper clean on your project to remove those files.

whisper clean

Documentation

Just invoke whisper help clean to show the manual page for the clean task.

Installing

Just grab it from NPM:

$ npm install whisper-clean

Licence

MIT/X11. ie.: do whatever you want.

/whisper-clean/

    Package Sidebar

    Install

    npm i whisper-clean

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • killdream