Files
example-ts-cli/Readme.md
2022-07-08 23:01:02 -04:00

19 lines
434 B
Markdown

## CLI Example
A simple example of making gorgeous CLI's with Typescript, Commander.js, and ora.
Read [this blog post](https://blog.terrible.dev/Building-attractive-CLIs-in-JavaScript/) for more information.
## How to run this
`npm install`
`npm build`
`npm link`
You should now have `terribledev` as a command on your path
https://user-images.githubusercontent.com/3459800/178083536-4226f3fc-46b6-4629-a3f7-c7aaf3bf9445.mp4