loyaltycorp/easy-cfhighlander

This package is abandoned and no longer maintained. The author suggests using the eonx-com/easy-cfhighlander package instead.

CLI tool to generate Cfhighlander templates

v0.10.7 2019-11-13 04:21 UTC

README

CLI tool to generate Cfhighlander templates.

Documentation

Install package

The recommended way to install this package is to use Composer.

$ composer require loyaltycorp/easy-cfhighlander

Available commands

This package provides you with the following commands:

  • cloudformation: Generate the Cfhighlander files for the cloudformation repository of your project
  • code: Generate the Cfhighlander files for the repository containing the code of your project

Generate the Cfhighlander files

Once the package installed using Composer, your vendor directory will should contain the binary file to use to generate the Cfhighlander files:

# Cloudformation
$ vendor/bin/easy-cfhighlander cloudformation

# Code
$ vendor/bin/easy-cfhighlander code

Output

The commands will ask you to provide the required information about your project to make sure to generate the files that fits the most your needs. Once done, it will generate a easy-cfhighlander-manifest.json file to keep track of the files generated and the version of the command used to generate them.