generator-photonui-widget
v1.1.1
Published
Yeoman PhotonUI widget generator
Downloads
4
Readme
PhotonUI Widget Generator
Welcome to the Yeoman 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