m.watch

0.0.5 • Public • Published

m.watch

m(icro)watch is a handy yet lightweight node.js binary written in es6+ that watches the current working directory for changes and triggers the given command right after!

global install and usage

    npm -g install m.watch
    watch echo "something changed\!"
    # or namespaced 
    m.watch echo "something changed\!"

local install and usage

  npm install -D m.watch
  # package.json 
  # ... 
  # "test": "m.watch m.test" 
  # ... 
  npm run test

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    1
    • latest

Version History

Package Sidebar

Install

npm i m.watch

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • ivoputzer