1.0.0 • Published 6 years ago

@brikcss/watcher-cli v1.0.0

Weekly downloads
1
License
-
Repository
github
Last release
6 years ago

Watcher CLI

CLI utility to watch files and do stuff when they change. A tiny wrapper around chokidar.

Install

npm install -D @brikcss/watcher-cli

Usage

  • To watch files and run a shell command:

    	```bash
    	watch <source files> --exec="<command to execute>"
    	```
  • To watch files and run a script:

    	```bash
    	watch <source files> --script="<path to script>"
    	```
  • To watch files and run chokidar with a config file:

    	```bash
    	watch <source files> --config=<path to config>
    	```

Environment support

NodeCLIUMDBrowser
𐄂𐄂𐄂
1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago