Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webix-hub/wjet
Webix Jet command like tool
https://github.com/webix-hub/wjet
webix-jet
Last synced: 12 days ago
JSON representation
Webix Jet command like tool
- Host: GitHub
- URL: https://github.com/webix-hub/wjet
- Owner: webix-hub
- Created: 2015-10-21T07:36:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T02:21:20.000Z (over 3 years ago)
- Last Synced: 2024-04-09T21:15:13.679Z (9 months ago)
- Topics: webix-jet
- Language: JavaScript
- Homepage: http://webix.com
- Size: 102 KB
- Stars: 7
- Watchers: 10
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wjet => Webix Jet CLI tools
============================[![npm version](https://badge.fury.io/js/wjet.svg)](https://badge.fury.io/js/wjet)
### How to install
```bash
npm install -g wjet
```or
```bash
yarn global add wjet
```### How to use
- Create new app
```bash
mkdir myApp
cd myApp
wjet init
```- Add feature
```bash
wjet add feature
```- Add widget
```bash
wjet add widget
```- New view wizard
```bash
wjet add view
```- New model wizard
```bash
wjet add model
```