0.1.0 • Published 8 years ago

js-slave-file v0.1.0

Weekly downloads
1
License
GNU GPLv3
Repository
github
Last release
8 years ago

js-slave-file

dependencies status dev-dependencies status

This slave manage file on the system.

Available events

fileCreated

Trigger when a file is created

Parameters
namedescripiontype
pathThe path where we have to watch for new created fileString
Returned values
namedescripiontype
filenameThe name of the new created fileString
pathThe path where the file has been createdString

fileModified

Trigger when a file is modified

Parameters
namedescripiontype
pathThe path where we have to watch for new modified fileString
Returned values
namedescripiontype
filenameThe name of the new modified fileString
pathThe path where the file has been modifiedString