0.3.0 • Published 4 years ago

isengard v0.3.0

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

Isengard file watching + stats

Requires strace

Usage:

isengard yourprogram

Configuration

You can configure it with .isengard file

{
  "include": [],
  "exclude": [],
  "trace": true,
  "exitCodes": []
}

Todo:

  • kill child processes if isengard dies
  • attach strace to the process
  • separate app and index.js
  • errors if you try to watch dodgy file
  • glob matching
  • exclude, include lists
  • use trees for caching files
  • use md5sum to check for really changed files
0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago