quick-typescript-starter

0.0.3 • Public • Published

Typescript Project Starter 📘

A simple typescript project starter command line tool.

Installation ⚡

Globally install the cli tool using:

npm install -g quick-typescript-starter

Generate Project ⚙️

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

Package Sidebar

Install

npm i quick-typescript-starter

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

9.22 kB

Total Files

7

Last publish

Collaborators

  • doth-j