vigilia

1.0.0 • Public • Published

Vigilia

from the latin vigilia /wiˈɡi.li.a/, watch.

simple command line tool to watch and trigger multiple combinations of paths and commands.

Build Status Downloads Gitter

Usage

npm install vigilia --save-dev

in your makefile or package.json declare the files you want to watch and the command that shall be run whenever something changes:

vigilia [options] pattern:command ...

for example, in a package.json:

{
  "scripts": {
    "scripts": "...",
    "styles": "...",
    "watch": "node_modules/vigilia/bin/vigilia 'scripts/**/*.js':'npm run scripts' 'styles/**/*.scss':'npm run styles'"
  }
}

then start it with:

npm run watch

see? no more grunt, gulp or even make if you wish.

Options

  • -h --help
    show vigilia's man page

  • -v --version
    show vigilia's version

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.01latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.01
0.1.00
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i vigilia

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • gibatronic