Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 591 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 591 Bytes

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