Intended to serve as a base repo for TS cli tools.
Use something like degit to clone: npx degit jakeklassen/typescript-cli-app-base your-app
Built with @pika/pack.
Run cli: yarn start
Release your package: yarn release
Run tests: yarn test
Note you should remove the --passWithNoTests
flag