worldsibu / convector-cli

Official Command-Line Interface for Convector Framework
https://github.com/worldsibu/convector-cli
Other
29 stars 7 forks source link

Watch mode for debug #36

Open diestrin opened 5 years ago

diestrin commented 5 years ago

Right now when we run the chaincode in debug mode with hurley, we need to compile TS and then run cc:package to generate the chaincode folder again.

It would be useful if there is a command to do this automatically, maybe by using https://www.npmjs.com/package/npm-watch we can achieve this