tspck
Dev notes
Main recompilation command
npm run clean-compile
Rebuild from scratch and smoke test
rm -rf ./bin && tsc && node ./bin/tspck.js help && node ./bin/tspck.js help init
Publish package
Make sure to replace program version everywhere, not just in package.json
.
rm -rf ./bin && tsc && npm publish
Global package install and test
npm install -g tspck@1.0.0-alphaX
tspck help && tspck help init