0.3.2-alpha-2020113184518 • Published 5 years ago

@echo./cli-plugin-web v0.3.2-alpha-2020113184518

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@echo./cli-plugin-web

echo web project related boilerplate

Usage

$ npm install -g @echo./cli-plugin-web
$ echo.web COMMAND
running command...
$ echo.web (-v|--version|version)
@echo./cli-plugin-web/0.3.1 darwin-x64 node-v10.15.3
$ echo.web --help [COMMAND]
USAGE
  $ echo.web COMMAND
...

Commands

echo.web conf [KEY] [VALUE]

manage configuration

USAGE
  $ echo.web conf [KEY] [VALUE]

ARGUMENTS
  KEY    key of the config
  VALUE  value of the config

OPTIONS
  -d, --cwd=cwd          config file location
  -d, --delete           delete?
  -h, --help             show CLI help
  -k, --key=key          key of the config
  -n, --name=name        config file name
  -p, --project=project  project name
  -v, --value=value      value of the config

See code: conf-cli

echo.web utils:init

Initialize new project by a pre template

USAGE
  $ echo.web utils:init

OPTIONS
  -c, --custom                   custom some handle logic after created project
  -d, --develop=develop          [default: yarn dev] starting projects command such as yarn dev
  -f, --firstCommit=firstCommit  [default: first commit] your first commit message
  -g, --git                      comfirm if you need init git to your project
  -h, --hosting=hosting          (required) [default: github.com] git hosting
  -i, --initialize=initialize    [default: yarn install] project initialize command such as yarn install
  -n, --name=name                (required) [default: echo-helloworld] project name
  -p, --preset=preset            (required) [default: echoings/stencil.] git repo
  -s, --stencil=stencil          (required) [default: web-vue-vuetify] git branch or tag
  -t, --type=type                [default: new] project type

echo.web web:init

USAGE
  $ echo.web web:init

OPTIONS
  -c, --custom                   custom some handle logic after created project
  -d, --develop=develop          [default: yarn dev] starting projects command such as yarn dev
  -f, --firstCommit=firstCommit  [default: first commit] your first commit message
  -g, --git                      comfirm if you need init git to your project
  -h, --hosting=hosting          (required) [default: github.com] git hosting
  -i, --initialize=initialize    [default: yarn install] project initialize command such as yarn install
  -n, --name=name                (required) [default: echo-helloworld] project name
  -p, --preset=preset            (required) [default: echoings/stencil.] git repo
  -s, --stencil=stencil          (required) [default: web-vue-vuetify] git branch or tag
  -t, --type=type                [default: new] project type