A preconfigured template for creating TypeScript cli projects.
- Fork the project
- Add your code in src/
- Invoke it inside
cli.ts
cli function - Run
npm run build
oryarn build
- Run
npm run play
oryarn play
todo
There is a github workflow for this project, to build then release your package.