1.0.23 • Published 3 years ago

@anzerr/fs.watcher v1.0.23

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Intro

GitHub Actions status | linter GitHub Actions status | publish GitHub Actions status | test

Watch a directory and emit when a change/add/remove has happened to a file or folder.

Install

npm install --save git+https://github.com/anzerr/fs.watcher.git
npm install --save @anzerr/fs.watcher

Example

const Watcher = require('fs.watcher');

let watch = new Watcher(process.cwd()).on('change', (r) => {
	console.log('change', r);
});
1.0.23

3 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.14

5 years ago

1.0.9

6 years ago

1.0.6

6 years ago

1.0.3

6 years ago

1.0.4

6 years ago

1.0.5

6 years ago