0.3.0 • Published 5 years ago

isengard v0.3.0

Weekly downloads
4
License
ISC
Repository
-
Last release
5 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

5 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago