eonx-com / easy-cfhighlander
该软件包已被废弃,不再维护。没有建议替代软件包。
用于生成Cfhighlander模板的CLI工具
v2.5.8
2020-09-24 10:30 UTC
Requires
- php: ^7.2
- nette/utils: ^3.1
- symfony/filesystem: ^4.2 || ^5.0
- symplify/autowire-array-parameter: ^8.2
- symplify/package-builder: ^8.2
- symplify/set-config-resolver: ^8.2
- twig/twig: ^2.8
Requires (Dev)
- phpunit/phpunit: ^7.5 || ^8.4
- symfony/symfony: ^4.2 || ^5.0
- dev-master / 2.6.x-dev
- v2.5.8
- v2.5.7
- v2.5.6
- v2.5.5
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.49
- v2.4.48
- v2.4.47
- v2.4.46
- v2.4.45
- v2.4.44
- v2.4.43
- v2.4.42
- v2.4.41
- v2.4.40
- v2.4.39
- v2.4.38
- v2.4.37
- v2.4.36
- v2.4.35
- v2.4.34
- v2.4.33
- v2.4.32
- v2.4.31
- v2.4.30
- v2.4.29
- v2.4.28
- v2.4.27
- v2.4.26
- v2.4.25
- v2.4.24
- v2.4.23
- v2.4.22
- v2.4.21
- v2.4.20
- v2.4.19
- v2.4.18
- v2.4.17
- v2.4.16
- v2.4.15
- v2.4.14
- v2.4.13
- v2.4.12
- v2.4.11
- v2.4.10
- v2.4.9
- v2.4.8
- v2.4.7
- v2.4.6
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.17
- v2.3.16
- v2.3.15
- v2.3.14
- v2.3.13
- v2.3.12
- v2.3.11
- v2.3.10
- v2.3.9
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.1
- v2.2.0
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.1
- v1.0.0
- v0.11.2
- v0.11.1
- v0.11.0
- v0.10.11
- v0.10.10
- v0.10.9
- v0.10.8
- v0.10.7
- dev-feature/exception-to-status-code
- dev-feature/easy-request-id
- dev-feature/easy-bugsnag
- dev-feature/easy-webhook-profiler
- dev-feature/easy-webhooks
- dev-feature/error-handler-framework-agnostic
- dev-feature/refactory-easy-api-token
- dev-feature/search-in-easy-core
- dev-integration/easy-api-token-and-easy-security
- dev-feature/aws-credentials-finder
- dev-feature/aws-sso-access-token
- dev-feature/refactor-easy-security
- dev-feature/improve-data-persister-structure
- dev-feature/improve-easy-ssm-console-export
- dev-feature/make-commands
- dev-feature/persister-route-paremeters-aware
- dev-hotfix/data-persister-decoration-priority
- dev-feature/auto-configure-doctrine-listeners
- dev-feature/enhance-api-platform
- dev-whitesource/configure
- dev-feature/migrate-core-bundle
- dev-HEAD
- dev-feature/new-branch-for-split-test
- dev-feature/new-branch-for-split-test-1
- dev-feature/easy-async-package
- dev-feature/easier-permissions
- dev-feature/easy-test-package
This package is auto-updated.
Last update: 2020-09-29 14:56:55 UTC
README
CLI工具,用于生成Cfhighlander模板。
文档
安装包
推荐使用Composer来安装此包。
$ composer require eonx/easy-cfhighlander
可用命令
此包提供了以下命令:
cloudformation
:为项目的cloudformation存储库生成Cfhighlander文件code
:为包含项目代码的存储库生成Cfhighlander文件
生成Cfhighlander文件
使用Composer安装此包后,您的vendor目录应包含用于生成Cfhighlander文件的二进制文件。
# Cloudformation $ vendor/bin/easy-cfhighlander cloudformation # Code $ vendor/bin/easy-cfhighlander code
输出
命令将要求您提供有关项目的必要信息,以确保生成的文件符合您的需求。完成后,它将生成一个easy-cfhighlander-manifest.json
文件,以跟踪生成的文件和生成它们所使用的命令版本。