Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

janek-bieser/node-fwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-fwatch

A nodejs file watch utility. It will watch some files and execute a command when a file changes.

Install

npm install node-fwatch

Example

The example below watches for file changes of some Sass files inside the src directory. Everytime a file changes, node-sass is executed to recompile the Sass files.

fwatch 'src/*.scss' -c 'node-sass src/main.scss dist/main.css'

Run fwatch -h for Help.

About

A nodejs file watching utility library and cli.

Resources

Stars

Watchers

Forks

Packages

No packages published