create-ts
v0.2.0
Published
![Create a typescript library](/ct-l-4.gif)
Downloads
31
Readme
Quickly get started with a typescript project.
Use without installing globally
npx create-ts
Install globally
npm i -g create-ts
Create a typescript library
npx create-ts -l
Create a typescript react component
npx create-ts -rc
Create a typescript react app
npx create-ts -ra