An open API service indexing awesome lists of open source software.

https://github.com/dcai/common-packages

npm packages to share
https://github.com/dcai/common-packages

javascript react yeoman-generator

Last synced: 7 days ago
JSON representation

npm packages to share

Awesome Lists containing this project

README

          

# monorepo

## How to use?

### Publish

`npm start release`

## React webapp generator

### Install

`npm install -g @friendlyrobot/generator-react-app@latest yo`

### Usages

- create react app: `yo @friendlyrobot/react-app test-react-app`
- create react component: `yo @friendlyrobot/react-app:component NavBar`
- create redux action: `yo @friendlyrobot/react-app:action Products`
- create redux reducer: `yo @friendlyrobot/react-app:reducer Products`

## Express app generator

### Install

`npm install -g @friendlyrobot/generator-express-app@latest yo`

### Usages

- create express app: `yo @friendlyrobot/express-app`