1.0.2 • Published 3 years ago

ts-projects v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

ts-projects

NPM Package for creating TypeScript Projects.

Projects supported:

Creating your typescript template from the terminal

With NPX

Use npx to install this ts-projects npm package and runs its init command in just one line and you're done.

$> npx ts-projects init

With NPM

First install the ts-projects globally npm package with npm

$> npm install -g ts-projects

Then run the ts-projects-init and you're done.

$> ts-projects-init