0.2.2 • Published 10 years ago

fs-animation v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

fs-animation

npm.io npm.io npm.io npm.io npm.io npm.io

Realtime file system change animation which can also be played back. Built on Immutable.JS

Installation

npm install fs-animation -g

Usage

Watch current folder:

fs-animation

Watch multiple folders:

fs-animation /tmp/a /tmp/b

Options

fs-animation -h
OptionsDefaultDescription
hostname127.0.0.1Listening hostname
ignoreInitialtrueExisting files will not trigger evnets
ignoredDotFilestrueIgnore file folds starts with dot, eg: .git
ignorenullDirectories to ignore
port8001Listening port
throttle100throttle of broadcasting

Logging

Default loggin level is warn,you can overide it using -v options.

OptionLogLevel
-vInfo
-vvDebug
-vvvTrace

Testing

npm test

Docker usage

sudo docker run -P -v=/tmp:/watched:ro wyvernnot/fs-animation 

Example 1 - NPM install progress behind scenes

fs-animation --ignoredDotFiles false ~/.npm /tmp -v
cd /tmp
npm install debug

record

Example 2 - Watch docker directory

npm.io

License

MIT

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago