@dot-event/watchman

0.6.36 • Public • Published

@dot-event/watchman

dot-event watchman operation

watch

npm install -g @dot-event/watchman

Configure package.json:

{
  "operations": {
    "watchman": {
      "triggers": [
        {
          "name": "babel",
          "expression": [
            "anyof",
            ["match", "lib/**/*.js", "wholename"]
          ],
          "command": ["npm", "run", "build"]
        }
      ]
    }
  }
}

Create watchman triggers:

dot-watchman

Remove watchman triggers:

dot-watchman --remove

Package Sidebar

Install

npm i @dot-event/watchman

Weekly Downloads

2

Version

0.6.36

License

MIT

Unpacked Size

11.7 kB

Total Files

7

Last publish

Collaborators

  • winton