skarfacegc / Gue

Gue - a shell command oriented task runner for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add autorun method

skarfacegc opened this issue · comments

Similar to watch, but records file checksums between runs to identify what's changed since the last run.

It Should

  • have a method to detect when a file on disk has changed since the last run
  • use fileSets to determine which task(s) to run
  • show a message indicating which files have changed and what action is being taken