Realtime file system change animation which can also be played back. Built on Immutable.JS
npm install fs-animation -g
Watch current folder:
fs-animation
Watch multiple folders:
fs-animation /tmp/a /tmp/b
fs-animation -h
Options | Default | Description |
---|---|---|
hostname | 127.0.0.1 | Listening hostname |
ignoreInitial | true | Existing files will not trigger evnets |
ignoredDotFiles | true | Ignore file folds starts with dot, eg: .git |
ignore | null | Directories to ignore |
port | 8001 | Listening port |
throttle | 100 | throttle of broadcasting |
Default loggin level is warn
,you can overide it using -v
options.
Option | LogLevel |
---|---|
-v | Info |
-vv | Debug |
-vvv | Trace |
npm test
sudo docker run -P -v=/tmp:/watched:ro wyvernnot/fs-animation
fs-animation --ignoredDotFiles false ~/.npm /tmp -v
cd /tmp
npm install debug
MIT