cbush / typescript-cli-template

Typescript CLI template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-cli-template

Typescript CLI template

Development

Build & Run

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.

About

Typescript CLI template

License:MIT License


Languages

Language:TypeScript 76.2%Language:JavaScript 23.8%