0.2.0 • Published 7 years ago
create-ts v0.2.0
Quickly get started with a typescript project.

Use without installing globally
npx create-tsInstall globally
npm i -g create-tsCreate a typescript library
npx create-ts -lCreate a typescript react component
npx create-ts -rcCreate a typescript react app
npx create-ts -ra