@crapp/ts
v1.0.0
Published
An npx utility to run create-react-app w/ the typescript template.
Downloads
9
Readme
@crapp/ts
An npx utility to run create-react-app
with the TypeScript template.
Usage
$ npx @crapp/ts my-awesome-project
You can also add additional command line parameters. For example, to use npm
instead of yarn
try this.
$ npx @crapp/ts my-awesome-project --use-npm
That's it!
License
MIT Licensed