Front end scaffolding tool


Keywords
wf, cli
License
MIT
Install
npm install wfe-cli@1.4.0

Documentation

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>