定制 devdot/cli-builder 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

devdot/cli-builder

最新稳定版本:v1.4.2

Composer 安装命令:

composer create-project devdot/cli-builder

包简介

Tools for development of devdot/cli.

关键字:

README 文档

README

Tools for development of devdot/cli.

See documentation on https://github.com/devdot/cli.

cli-builder 1.4.2

Usage:
  command [options] [arguments]

Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
      --silent          Do not output any message
  -q, --quiet           Only errors are displayed. All other output is suppressed
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
  completion                         Dump the shell completion script
  help                               Display help for a command
  init                               Initialize a new CLI project.
  list                               List commands
  project                            Show information about the current project.
 build
  build:phar                         Build a standalone executable PHAR for this project.
  build:readme                       Make or update a README.md and fill it with the content of list.
 composer
  composer:add-binary                Add the project production binary to composer.json.
  composer:rename-namespace-command  Rename the namespace for this application.
 make
  make:base-command                  Generate a command base class. If located at the default location, it will be used as default parent for make:command.
  make:command                       Make a new command class. Will be named and registered automatically base on the namespace path.
  make:kernel                        Generate a fresh Kernel instance. If a Kernel already exists, this will carefully transform the old Kernel.
  make:provider                      Make a new service provider. Service Providers may register complex services into the container.
 run
  run:build                          Build this projects production application container.
  run:dev                            Run the project application in development mode.
  run:prod                           Run the project application in production mode. Use run:build to build the container before running the application in production mode.

统计信息

  • 总下载量: 23
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-15