0.0.3 ⢠Published 3 years ago
quick-typescript-starter v0.0.3
Typescript Project Starter :blue_book:
A simple typescript project starter command line tool.
Installation :zap:
Globally install the cli tool using:
npm install -g quick-typescript-starterGenerate Project :gear:
Once installed, open a terminal and enter the ts-start command to use the tool:
>ts-start --help
Usage: ts-start [options] [name]
š Typescript Project Starter Setup š
Arguments:
  name                     project name (default: "TypescriptStarter")
Options:
  -V, --version            output the version number
  -a, --author <āļø>        setup project author
  -d, --description <š>   setup project description
  -k, --keywords <š,šļø>  setup project keywords, separator:","
  -l, --license <š>       setup project license
  -h, --help               display help for commandTool Use Example
> ts-start example -a project-author -d "test project description" -k example,test -l MIT
Typescript Project Starter š
  š .... Creating Project Module
  šļø ... Creating Directories
  š¦ .. Writing package and tsconfig
  ā” . Installing dependencies
  š Happy TS Coding