https://github.com/wanadev/generator-photonui-widget
Yeoman PhotonUI widget generator.
https://github.com/wanadev/generator-photonui-widget
Last synced: about 2 months ago
JSON representation
Yeoman PhotonUI widget generator.
- Host: GitHub
- URL: https://github.com/wanadev/generator-photonui-widget
- Owner: wanadev
- License: bsd-3-clause
- Created: 2015-06-15T14:32:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T08:13:46.000Z (almost 8 years ago)
- Last Synced: 2025-02-24T02:39:50.597Z (2 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# PhotonUI Widget Generator
[  ](https://www.npmjs.com/package/generator-photonui-widget)
[  ](http://opensource.org/licenses/MIT)Welcome to the [Yeoman](http://yeoman.io) PhotonUI widget generator.
## Installing The Generator
To install the generator, first install Yeoman:
npm install -g yo
Then go the PhotonUI folder and install the generator:
npm install generator-photonui-widget
## Create a New Widget
To create a new widget, execute the following command from the PhotonUI's root directory and answer to the Yeoman's question:
yo photonui-widget
that's it
## Links
* [PhotonUI](http://wanadev.github.io/PhotonUI/)
* [Yeoman](http://yeoman.io)