0.0.3 ā€¢ Published 1 year ago

quick-typescript-starter v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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-starter

Generate 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 command

Tool 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
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago