Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 495 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 495 Bytes

wjet => Webix Jet CLI tools

npm version

How to install

npm install -g wjet

or

yarn global add wjet

How to use

  • Create new app
mkdir myApp
cd myApp
wjet init
  • Add feature
wjet add feature
  • Add widget
wjet add widget
  • New view wizard
wjet add view
  • New model wizard
wjet add model