generic typescript cli with minimal scaffolding and supprot for creating an executable using pkg
- Clone this repository into a different project folder
git clone git@github.com:egrif/ts-cli.git my-new-project
- Replace all instances of
ts-cli
withmy-new-project
inpackage.json
- Rename
src/ts-cli.ts
tosrc/my-new-project.ts
- Install dependencies
npm install
npm run pkg