# wfe-cli

> Frontend Quick Start Init Project

## Installation

```shell
npm install wfe-cli -g
# or
yarn global add wfe-cli
```

## Getting Started

### Templates

```shell
# get template list
wfe list

# init project
wfe init <projectName> -t <template> 

# init project with local template and to Test
wfe init <projectName> -t <TemplatePATH>
```

### Repos

```shell
# get repo list
wfe repos list

# use repo
wfe repos use <reponame>

# add custom repo
wfe repos add <reponame> <reposUrl> <templateGroupName>
```
