aye

v0.0.1
watch stuff and exec something when there's a change

aye

aye watches files for you and execs commands when they change

example

var aye = require('aye');
aye('jshint lib/**', ['lib/**']);

install

$ npm install aye

usage

aye(command, includes, excludes)

The includes and excludes are expanded and the differences is watched. Upon a change, command is exec'd.

npm i aye

Metadata

Downloads

Maintainers