create-typescript-cli
v0.2.4
Published
Quickly staring a Typescript cli project
Downloads
8
Readme
create-typescript-cli
This tool can help you to create your own TypeScript command line tool project in about 1 minute.
Usage
There's only one command you need to run:
npm create typescript-cli
Then follow the info form the tool required, tool will create a TypeScript cli project automatically.
Tip: the license name you inputed should in the SPDX License List
.
Boilerplate
We use backrunner/ts-cli-boilerplate
to initialize your new project.
Repo: https://github.com/backrunner/ts-cli-boilerplate
License
MIT