Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tspck

another-guy48MIT1.0.0-beta.26TypeScript support: included

TypeScript package generator.

typescript, package, scaffold, cmd

readme

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