## Usage

```sh
yarn create zervice
```

And follow the prompts.

Or simply pass the project name and template.

```sh
# with yarn
yarn create zervice my-project --template default
yarn create zervice my-project --template with-front
```

## Available templates

- default
- with-front
