kregel / platform
项目脚手架平台。
v0.0.7
2019-06-14 02:27 UTC
Requires
- php: ^7.1.3
- ext-zip: ^1.15
- guzzlehttp/guzzle: ^6.3
- laravel-zero/framework: 5.8.*
- symfony/console: ^4.2
- symfony/filesystem: ^4.2
- symfony/process: ^4.2
Requires (Dev)
- mockery/mockery: ^1.0
- phpunit/phpunit: ^7.5
README
一种可能非常强大停止每次想要为你喜欢的平台创建新包时编写所有样板代码的方法。
安装
composer global require kregel/platform
用法
platform make:package {name} {--type=base : The template type to copy from.} {--language=php : The language of the template you want to use} {--branch=master : The branch to pull the template you want to use} {--author= : The author of this package} {--force : Force create the package}
目前所有包模板都是从此组织拉取的,因此如果需要,我们可以应用一些自定义,并确保这些脚本在基础分支应用可能破坏更改的情况下仍能继续工作。
模板请求
要让我向上述组织添加更多模板,请创建一个问题,并包括到源模板的链接,以便我们可以将其分叉!