jhuggett / perdita

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node CLI Template with Typescript

Replace your-command-here in the package.json bin to with the name you want for your cli.

Run npm install -g . at the root of the project. And then run your-command-here (or whatever you choose to call it) to evoke your cli.

About


Languages

Language:TypeScript 74.5%Language:JavaScript 25.5%