aye

0.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i aye

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • matomesc