@echo./cli-plugin-mp
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

@echo./cli-plugin-mp

echo mp project related boilerplate

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @echo./cli-plugin-mp
$ echo.mp COMMAND
running command...
$ echo.mp (-v|--version|version)
@echo./cli-plugin-mp/0.3.3 linux-x64 node-v14.15.1
$ echo.mp --help [COMMAND]
USAGE
  $ echo.mp COMMAND
...

Commands

echo.mp conf [KEY] [VALUE]

manage configuration

USAGE
  $ echo.mp 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.mp mp:init

USAGE
  $ echo.mp mp: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
  -r, --remoteOrigin=remoteOrigin  your remote origin
  -s, --stencil=stencil            (required) [default: web-vue-vuetify] git branch or tag
  -t, --type=type                  [default: new] project type

echo.mp utils:init

Initialize new project by a pre template

USAGE
  $ echo.mp 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
  -r, --remoteOrigin=remoteOrigin  your remote origin
  -s, --stencil=stencil            (required) [default: web-vue-vuetify] git branch or tag
  -t, --type=type                  [default: new] project type

Package Sidebar

Install

npm i @echo./cli-plugin-mp

Weekly Downloads

32

Version

0.3.3

License

MIT

Unpacked Size

14.2 kB

Total Files

10

Last publish

Collaborators

  • zeroooooooo