# create-ez-react-app

> To help you quickly spin up a new React app!

Latest version **0.0.13** (published 2018-12-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install create-ez-react-app
pnpm add create-ez-react-app
yarn add create-ez-react-app
bun add create-ez-react-app
```

Provides the command `create-ez-react-app`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.13 |
| Published | 2018-12-10 |
| First published | 2018-12-10 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 5.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ezCater |
| Maintainers | bjackson2 |

## Links

- npm: https://www.npmjs.com/package/create-ez-react-app
- Repository: https://github.com/ezcater/create-ez-react-app
- Homepage: https://github.com/ezcater/create-ez-react-app#readme
- Issues: https://github.com/ezcater/create-ez-react-app/issues
- npm.io page: https://npm.io/package/create-ez-react-app

## Dependencies (5)

- [chalk](https://npm.io/package/chalk.md) ^2.4.1
- [shelljs](https://npm.io/package/shelljs.md) ^0.8.3
- [commander](https://npm.io/package/commander.md) ^2.19.0
- [handlebars](https://npm.io/package/handlebars.md) ^4.0.12
- [require-text](https://npm.io/package/require-text.md) 0.0.1

## Recent versions

- 0.0.13 (latest) — 2018-12-10
- 0.0.12 — 2018-12-10
- 0.0.11 — 2018-12-10
- 0.0.1 — 2018-12-10

## README

# create-ez-react-app

To help you spin up a new React app!

## To use

#### Note

**You’ll need to have Node 8.10.0 or later on your local development machine**. You can use nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects.

1. **Install the package globally**

`npm i create-ez-react-app -g` ([package on npm](https://www.npmjs.com/package/create-ez-react-app))

2. **Go to your project root directory**

`cd ~/Documents/ezcater` or wherever you keep ezcater repos.

3. **Run the app generator**

`npx create-ez-react-app my-new-react-app`

4. **Start your new app!**

`cd my-new-react-app && npm start`

## Command line options

### -t --appTitle

The title of the app. Will appear in a browser as the page title.

### -nv --nodeVersion

Sets the version in a `.nvmrc`. Defaults to 10.14.1.

### --help

Prints out all command line options.

## Contributing

Please bump the version and `npm publish`. See Ben Jackson to be added as a contributor on NPM.

---
_Source: https://npm.io/package/create-ez-react-app · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
