Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cbush/typescript-cli-template

Typescript CLI template
https://github.com/cbush/typescript-cli-template

Last synced: 11 days ago
JSON representation

Typescript CLI template

Awesome Lists containing this project

README

        

# typescript-cli-template
Typescript CLI template

## Development

### Build & Run

```sh
npm i
npm run build
node .
```

### Add Commands

Add commands to `src/commands/`. The CLI automatically picks up any non-test .ts
file that default-exports a `yargs.CommandModule`. See existing commands for
example.