# react-project-generator

> A template generator for React

Latest version **1.0.1** (published 2021-07-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install react-project-generator
pnpm add react-project-generator
yarn add react-project-generator
bun add react-project-generator
```

Provides the command `rg`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2021-07-10 |
| First published | 2021-07-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 761.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Manigandan Ravi |
| Maintainers | lokprakash, manirsg_16 |
| Keywords | redux, react, template-generator, component-generator, generator, react-redux, redux-generator, react-generator, nodejs, cli, typescript, react-typescript, fs, spawn, child-process, react-project-generator |

## Links

- npm: https://www.npmjs.com/package/react-project-generator
- Repository: https://github.com/mani-rsg/Redux-template-generator-React
- Homepage: https://github.com/mani-rsg/Redux-template-generator-React#readme
- Issues: https://github.com/mani-rsg/Redux-template-generator-React/issues
- npm.io page: https://npm.io/package/react-project-generator

## Dependencies (4)

- [ora](https://npm.io/package/ora.md) ^5.4.1
- [chalk](https://npm.io/package/chalk.md) ^4.1.1
- [inquirer](https://npm.io/package/inquirer.md) ^8.1.1
- [commander](https://npm.io/package/commander.md) ^8.0.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2021-07-10
- 1.0.0 — 2021-07-09

## README

React-Generator
====

A light weight CLI for generating a React/React-Redux project. 

* [Installation](#Installation)
* [Command](#command)

# Installation

```sh-session
$ npm install -g react-project-generator
$ rg --version
1.0.0
```
# Note
```Only Support node version > 12```

# command


# `[rg g -n app-name]`

This command will prompts you with the list of choices.

```sh-session
$ rg g -n my-first-app
Choose any of the templates below (Use arrow keys)
React app
>React with Redux
React with Typescript
```
This will create the project with the name of my-first-app with the template you have choosen. 

# Snapshot
![react-project-generator cli image](./screenshots/rg.jpg)

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