whisper-clean

v0.1.1
Removes build artifacts and backup files from a project.
clean whisper-plugin

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: ['build', '~*', '.#*']
  })

  require('whisper-clean')
}

Invoke whisper clean on your project to remove those files.

whisper clean

Installing

Just grab it from NPM:

$ npm install whisper-clean

Licence

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

npm i whisper-clean

Metadata

  • MIT
  • Whatever
  • Quildreen "Sorella" Motta
  • released 3/24/2013

Downloads

Maintainers