eonx-com/easy-cfhighlander

该软件包已被废弃,不再维护。没有建议替代软件包。

用于生成Cfhighlander模板的CLI工具

v2.5.8 2020-09-24 10:30 UTC

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文件,以跟踪生成的文件和生成它们所使用的命令版本。