An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# @crapp/ts

An npx utility to run `create-react-app` with the TypeScript template.

[![npm version](https://badge.fury.io/js/%40crapp%2Fts.svg)](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