Skip to content

[unmaintained] Watches for certain events and runs tasks based on them!

License

Notifications You must be signed in to change notification settings

sorellabs/whisper-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whisper: Watch Build Status

Watches for certain events and runs tasks based on them!

Example

Define watch scripts in your .whisper file:

module.exports = function(whisper) {
  whisper.configure({
    watch: {
      js: { type: 'file'
          , files: ['src/src/']
          , tasks: ['coffee-script']
          }
    }
  })
  
  require('whisper-watch')(whisper)
}

And invoke the whisper watch task on your project to watch for events:

$ whisper watch

Installing

Just grab it from NPM:

$ npm install whisper-watch

Documentation

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

Licence

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

About

[unmaintained] Watches for certain events and runs tasks based on them!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published