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
- Host: GitHub
- URL: https://github.com/dcai/common-packages
- Owner: dcai
- Created: 2018-11-18T12:04:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T06:22:06.000Z (about 4 years ago)
- Last Synced: 2025-10-01T15:58:48.327Z (9 months ago)
- Topics: javascript, react, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
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`