UNPKG

@olegjs/on-change

Version:

Run a command when a file changes since last time the command was executed

16 lines (10 loc) 223 B
# on-change Run a command when a file changes since last time the command was executed. ## Install ```sh npm install --save-dev @olegjs/on-change ``` ## Example ```sh on-file-change --file package-lock.json npm ci ```