# @theorchard/generator-suite-app

Yeoman project generator for new suite applications.

## Usage

```bash
# install yeoman and generator
yarn global add yo @theorchard/generator-suite-app

# create folder for your new project
mkdir frontend-test
cd frontend-test

# run generator
yo @theorchard/suite-app

```
