0.1.3 • Published 8 years ago

watchf v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

watchf

Watch change on files and run commands.

In the command part, you can put placeholders {} for a changed file path.

Install

% npm i watchf -g

Usage

% watchf <files> -c <command> [options]
  • files can be globs.
  • command can contain placefolder {} for changed file name.
% watchf '**/*.js' '**/*.es' --ignore vendor --command 'eslint {}'

Options

  • --command, -c - Command to run when change files.
  • --ignore, -i - Ignore to watch. Files can be globs. Default values are ['**/node_modules/**', '**/flycheck_**'].

  • --verbose, -d - Output verbose messages.

  • --help, -h - Show help message.
0.1.3

8 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago