generator-react-factory
v1.1.7
Published
[![Version](https://img.shields.io/npm/v/generator-react-factory.svg)](https://www.npmjs.com/package/generator-react-factory) [![Downloads](https://img.shields.io/npm/dt/generator-react-factory.svg)](https://www.npmjs.com/package/generator-react-factory)
Downloads
8
Maintainers
Readme
generator-react-factory
Installation
First, install Yeoman and generator-innfactory-react using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-react-factory
Then generate your new project:
yo react-factory
Contains
The CLI lets you configure a template with following features: Everything except the base project is optional.
- [x] Cypress-Tests-Environment
- [x] Firebase-Integration
- [x] Github Actions (cypress-test, build-and-deploy to firebase)
- [x] Snackbars
- [x] Subfolder Library
- [x] Service Worker
- [x] PolyFills (IE11)
Subgenerators
GithubWorkflows
-- includeCypressTestsWorkflow = Creates Cypress Test action
-- includeBuildAndDeploy = Creates BuildAndDeploy action
"[email protected]" = githubCommitEmail => REQUIRED
"test-proj" = firebaseProjectId => REQUIRED
yo react-factory:github-workflows "[email protected]" "test-proj" --includeCypressTestsWorkflow --includeBuildAndDeploy
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © patsta32 innFactory