Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```