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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    3
  • 0.0.0
    2

Package Sidebar

Install

npm i aye

Weekly Downloads

3

Version

0.0.1

License

none

Last publish

Collaborators

  • matomesc