Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

busyhe/wfe-cli

Repository files navigation

wfe-cli

Frontend Quick Start Init Project

Installation

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

Getting Started

Templates

# 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

# get repo list
wfe repos list

# use repo
wfe repos use <reponame>

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