Basic typescript starter template for building command line applications
Uses:
- Typescript
- Jest for unit testing
- yargs for command line argument parsing
- gts Google Typescript Style Guide
start
npm run start
Runs the CLI application
test
npm run test
Builds and run the unit tests
lint
npm run lint
Runs lint on the source code
fix
npm run fix
Fixes lint errors automatically
bundle
npm run bundle
Builds and bundles into native executables for Windows, Mac and Linux
The shareable executables will be in the ./exec/ directory