Home

Awesome

generator-react-factory

Version Downloads

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.

Subgenerators

GithubWorkflows

-- includeCypressTestsWorkflow = Creates Cypress Test action

-- includeBuildAndDeploy = Creates BuildAndDeploy action

"info@info.com" = githubCommitEmail => REQUIRED

"test-proj" = firebaseProjectId => REQUIRED

yo react-factory:github-workflows "info@info.com" "test-proj" --includeCypressTestsWorkflow --includeBuildAndDeploy

Getting To Know Yeoman

License

MIT © patsta32 innFactory