An open API service indexing awesome lists of open source software.

https://github.com/seonglae/basher

TS CLI project template Easily
https://github.com/seonglae/basher

bash basher cli commander seonglae seongland template

Last synced: 19 days ago
JSON representation

TS CLI project template Easily

Awesome Lists containing this project

README

          

Basher



TS CLI Tempate


undefined

### Build with
- commander

## Dev
```
npm i -g pnpm
pnpm i
pnpm run bin run blabla --bool --string blabla
```

## Install
```
pnpm build
npm install -g .
basher -v
basher run blabla --bool --string blabla
```