Skip to content

↳ Simple Command Line Tool template with Typescript, Yargs, Jest, and Prettier

License

Notifications You must be signed in to change notification settings

jottenlips/typescript-cli-template

Repository files navigation

Typescript Command Line Tool Template

Run Locally

$ yarn
$ yarn compile
$ yarn link

Publish

$ yarn publish

Install

$ yarn global add your-package

Testing & Linting

$ yarn run test
$ yarn run fix

Use

$ your-command help                                                                                     
Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]
  --hello                           [string] [default: "Hello, no commands yet"]
$ your-command --hello Hi!                                                                                    
Hi!

Releases

No releases published

Sponsor this project

Packages

No packages published