https://github.com/dizmo/yeoman-generator-dizmo-react
dizmoGen: a dizmo generator for React
https://github.com/dizmo/yeoman-generator-dizmo-react
dizmo generator javascript project react
Last synced: about 1 month ago
JSON representation
dizmoGen: a dizmo generator for React
- Host: GitHub
- URL: https://github.com/dizmo/yeoman-generator-dizmo-react
- Owner: dizmo
- License: isc
- Created: 2019-08-20T16:23:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T16:53:50.000Z (over 2 years ago)
- Last Synced: 2025-09-28T22:14:42.716Z (9 months ago)
- Topics: dizmo, generator, javascript, project, react
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@dizmo/generator-dizmo-react
- Size: 954 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE_LOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://npmjs.org/package/@dizmo/generator-dizmo-react)
[](https://travis-ci.com/dizmo/yeoman-generator-dizmo-react)
# @dizmo/generator-dizmo-react
Sub-generator to create dizmo projects with support for [react]: This package is meant to be used in composition with the main [@dizmo/generator-dizmo] package.
[react]: https://reactjs.org/
## Package Installation
```sh
npm install -g yo
```
```sh
npm install -g @dizmo/generator-dizmo-react
```
**Note:** On most operating systems the `-g` option (shortcut for `--global`) requires super user (administrator) rights. Due to security considerations however, avoid using such a privileged account and see the (external) [FAQ] to be able to install global packages as a *regular* user.
[FAQ]: https://github.com/dizmo/yeoman-generator-dizmo#i-cannot-install-yo-globally-with-npm-install--g
## Project Generation
```sh
yo @dizmo/dizmo-react [--git]
```
## CLI Help
```sh
yo @dizmo/dizmo-react --help
```
## Project Upgrade
```sh
npm upgrade -g @dizmo/generator-dizmo-react
```
Then, within an existing project:
```sh
yo @dizmo/dizmo-react --upgrade
```
## Further Information
See the description of the main [@dizmo/generator-dizmo] package for a more exhaustive documentation.
[@dizmo/generator-dizmo]: https://www.npmjs.com/package/@dizmo/generator-dizmo
## Copyright
© [dizmo AG](http://dizmo.com/), Switzerland