https://github.com/donavon/crapp-ts
An npx utility to run create-react-app with the TypeScript template.
https://github.com/donavon/crapp-ts
create-react-app npx typescript
Last synced: 24 days ago
JSON representation
An npx utility to run create-react-app with the TypeScript template.
- Host: GitHub
- URL: https://github.com/donavon/crapp-ts
- Owner: donavon
- License: mit
- Created: 2020-04-29T19:15:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T19:43:40.000Z (over 5 years ago)
- Last Synced: 2025-08-18T23:24:08.727Z (about 2 months ago)
- Topics: create-react-app, npx, typescript
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @crapp/ts
An npx utility to run `create-react-app` with the TypeScript template.
[](https://badge.fury.io/js/%40crapp%2Fts)
## Usage
```bash
$ npx @crapp/ts my-awesome-project
```You can also add additional command line parameters. For example, to use `npm` instead of `yarn` try this.
```bash
$ npx @crapp/ts my-awesome-project --use-npm
```That's it!
## License
**[MIT](LICENSE)** Licensed