From 87f8097502d7970394fb355f797d4b5c424157c1 Mon Sep 17 00:00:00 2001 From: Adam Pippin Date: Fri, 12 Feb 2021 23:56:05 -0800 Subject: [PATCH] Replace README --- README.md | 38 +++++++++----------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 0d829c3..123e030 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,16 @@ -

- -

+# cfnpp: cloudformation plus plus -

- Build Status - Total Downloads - Latest Stable Version - License -

+## Goal -

This is a community project and not an official Laravel one

+Make it easier to re-use and template CloudFormation templates -Laravel Zero was created by, and is maintained by [Nuno Maduro](https://github.com/nunomaduro), and is a micro-framework that provides an elegant starting point for your console application. It is an **unofficial** and customized version of Laravel optimized for building command-line applications. +## Current -- Built on top of the [Laravel](https://laravel.com) components. -- Optional installation of Laravel [Eloquent](https://laravel-zero.com/docs/database/), Laravel [Logging](https://laravel-zero.com/docs/logging/) and many others. -- Supports interactive [menus](https://laravel-zero.com/docs/build-interactive-menus/) and [desktop notifications](https://laravel-zero.com/docs/send-desktop-notifications/) on Linux, Windows & MacOS. -- Ships with a [Scheduler](https://laravel-zero.com/docs/task-scheduling/) and a [Standalone Compiler](https://laravel-zero.com/docs/build-a-standalone-application/). -- Integration with [Collision](https://github.com/nunomaduro/collision) - Beautiful error reporting +* Supports serializing/deserializing yaml +* Can specify an input file; will pull in all referencing files and merge them and write to an output file +* Supports `!Unset` and `!Replace` ------- +## Planned -## Documentation +* Provision rendered templates directly to CloudFormation -For full documentation, visit [laravel-zero.com](https://laravel-zero.com/). - -## Support the development -**Do you like this project? Support it by donating** - -- PayPal: [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L) -- Patreon: [Donate](https://www.patreon.com/nunomaduro) - -## License - -Laravel Zero is an open-source software licensed under the MIT license.