1.0.0 • Published 7 years ago

@cpclermont/watchme v1.0.0

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

watchme

This little program watches your file changes and increments a counter in a sqlite database whenever you do.

Usage

$ watchme <glob> [savefile]
  • glob is a glob of strings to watch for. e.g. 'src/**/*.{js,jsx,scss}'
  • savefile is the file name for your sqlite database

Example

$ watchme "{src,css}/**/*.{js,jsx,scss}" "$HOME/counts.sqlite"

License

MIT