tspck
v1.0.0-beta.26
Published
TypeScript package generator.
Maintainers
Readme
tspck
Dev notes
Main recompilation command
npm run clean-compileRebuild from scratch and smoke test
rm -rf ./bin && tsc && node ./bin/tspck.js help && node ./bin/tspck.js help initPublish package
Make sure to replace program version everywhere, not just in package.json.
rm -rf ./bin && tsc && npm publishGlobal package install and test
npm install -g [email protected]
tspck help && tspck help init