powerfe-cli
v1.0.6
Published
powerfe-tool
Downloads
3
Readme
Installation
npm install powerfe-cli -g
Usage
Open your terminal and type powerfe -h
, you'll see the help infomation below:
Usage: powerfe <command>
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
list list the templateList
create create a project
powerfe list
This command will shows you the templates list.
$ powerfe list
┌──────┬──────────────────────────────────────────────────┐
│ name │ url │
├──────┼──────────────────────────────────────────────────┤
│ pc │https://git.nevint.com/PERD/Cloud/frontend/template-admin
└──────┴──────────────────────────────────────────────────┘
powerfe create
You can create a templates use this command
powerfe create <template name> <project name>