1.6.1 • Published 1 year ago

gwebcli v1.6.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

gwcli

Create the initial project framework through the git repository template

install

npm

npm i -g gwebcli

yarn

yarn global add gwebcli

Usage

Initial project

gweb init name

example

create from a list of templates

  1. gweb init
  2. input your project name
  3. choice your project template

Create from git repository list

gweb init your-project -u git-repository

Add template

gweb add name

example

one line command line

gweb add your-template-name -u your-template-repository-address -d your-template-description

By entering options

  1. gweb add
  2. input your template name
  3. input your template repository address
  4. input your template description

Del template

gweb remove name

Clear all templates

gweb clean

List templates

gweb list