1.5.0 • Published 6 years ago

create-react-typescript v1.5.0

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

Create React Typescript

Do you need to start up a React app with the configuration provided by create-react-app, but also need TypeScript with linting configured, so you can start working?

Just run:

$ npx create-react-typescript <package-name>

This command will:

  • Use CRA to spin-up a new React app with TypeScript
  • Installs ESLint and Prettier
  • Adds ESLint configuration for React with Typescript
  • Adds a pre-commit to run linting
  • Adds a lint script to your package.json
  • Adds vscode workspace settings to run ESLint on save
  • Installs and sets up Jest and Enzyme

Options

--npm

Use the option --npm if you prefer to use NPM as your package manager instead of Yarn.

--commitizen

Install and setup commitizen.

1.5.0

6 years ago

1.4.0

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago