widgeter
v0.1.1
Published
"A CLI tool to allow you to quickly build your own tools for esri's javascript web app builder by using the command line to build up the boilerplate code for you.
Downloads
2
Readme
#API
#Install Widgeter
Navigate to the webappbuilder's server
folder in the terminal/command prompt.
Run npm i widgeter -g
#Create Widget
Run widgeter create ExampleWidget
This will create all of the most basic files required for ESRI's Webappbuilder for Javascript. The widget in this example will be called ExampleWidget.
The files wll be located in a folder called ExampleWidget
in a folder under stemapp\client\widgets\ExampleWidget
.