0.1.1 • Published 11 years ago

whisper-clean v0.1.1

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

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.