Skip to content

webix-hub/wjet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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