Skip to content

bipbop/run-if-modified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run-if-modified

The idea for this project came up with the need to create a code build only if a file becomes modified. This way, it is possible to reduce the compilation and transpilation time considerably.

TL-DR

$ rim -h
Usage: rim -s '.cache' -m '**/*.svg' npm run build-svg

Options:
  -V, --version            output the version number
  -m, --minimatch <match>  Files scanned for changes (default: "src/**/*.{tsx,ts,jsx,js,svg,html,css,scss,less}")
  -s, --snapshot <file>    Snapshot files (default: ".run-on-diff.cache.json")
  -h, --help               display help for command

License

Read the license MIT by clicking here

About

Run when match files or last-modified is different

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published