kregel/platform

项目脚手架平台。

资助包维护!
austinkregel
Ko Fi
Tidelift

安装: 5

依赖: 0

建议: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:项目

v0.0.7 2019-06-14 02:27 UTC

This package is auto-updated.

Last update: 2024-09-14 13:57:44 UTC


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}

目前所有包模板都是从此组织拉取的,因此如果需要,我们可以应用一些自定义,并确保这些脚本在基础分支应用可能破坏更改的情况下仍能继续工作。

模板请求

要让我向上述组织添加更多模板,请创建一个问题,并包括到源模板的链接,以便我们可以将其分叉!