From 0286d669e2f3f254a5e99d26dee2a80033b5a416 Mon Sep 17 00:00:00 2001 From: Brandon Weiss Date: Tue, 28 Aug 2018 21:48:48 -0700 Subject: [PATCH] Add Discharge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Discharge is, as far as I’m aware, the easiest way to deploy static websites to Amazon S3. It can also configure an SSL certificate and distribute the site via CloudFront, all without having to know anything about AWS. I spent hours poring over AWS’s terrible docs so no one else would have to. There is also a prompt-based UI to help you configure it. And it’s very well documented. Thanks for considering! --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1450983..e6e62e5 100644 --- a/readme.md +++ b/readme.md @@ -143,6 +143,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactive CLI that generates a .gitignore for your project based on your needs. - [mevn-cli](http://github.com/madlabsinc/mevn-cli) - CLI tool for the MEVN stack. - [scaffold-static](https://github.com/jamesgeorge007/scaffold-static) - Static site generator for vanila JS. +- [Discharge](https://github.com/brandonweiss/discharge) - Simple, easy way to deploy static websites to Amazon S3. ### Mobile Development