# AppWorks CLI

AppWorks CLI for develop project/material-collection/component.

## Features

- init project by scaffold
- develop material collection
- init single component by scaffold
- start appworks ui

## Usage

```bash
$ npm i @appworks/cli -g
# start appworks ui
$ appworks
# init project/component/material-collection
$ appworks init
```
