trufflesuite/truffle

View on GitHub
packages/core/lib/commands/watch/meta.js

Summary

Maintainability
A
50 mins
Test Coverage
module.exports = {
  command: "watch",
  description:
    "Watch filesystem for changes and rebuild the project automatically",
  builder: {},
  help: {
    usage: "truffle watch",
    options: [],
    allowedGlobalOptions: []
  }
};