From 344e8df1cba0ee3c5c34cea3bf9d337d20138542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Wed, 18 Nov 2020 09:42:43 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 80ad5d5..ff52434 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,12 @@ Run `deploy` command **with** `--use-config` (or `-c`) argument: cgapp deploy --use-config ``` +## 🤔 Why another CLI? + +When we started this project, we asked ourselves this question too and... came to the conclusion, that approximately 8 out of 10 routine operations at the start of a new project and/or the deployment of an existing one **can be automated**. And it would be better to have all the necessary functions inside one CLI. That's why we transferred all our experience to the Create Go App CLI, which we use ourselves! + +So, yes, this CLI gives you the ability to prepare everything you need to **start a new project** (as `create-react-app` for the React.js ecosystem does) and **deploy an existing project** to a remote server in configured and fully isolated Docker containers. + ## 📝 [Production-ready project templates](https://create-go.app/production-templates/) **Backend:** @@ -263,12 +269,6 @@ cgapp deploy --use-config - [x] [`nginx`](https://create-go.app/docker-containers/nginx/) — Docker container with [Nginx](https://nginx.org). -## 🤔 Why another CLI? - -When we started this project, we asked ourselves this question too and... came to the conclusion, that approximately 8 out of 10 routine operations at the start of a new project and/or the deployment of an existing one **can be automated**. And it would be better to have all the necessary functions inside one CLI. That's why we transferred all our experience to the Create Go App CLI, which we use ourselves! - -So, yes, this CLI gives you the ability to prepare everything you need to **start a new project** (as `create-react-app` for the React.js ecosystem does) and **deploy an existing project** to a remote server in configured and fully isolated Docker containers. - ## ⭐️ Project assistance If you want to say **thank you** or/and support active development of `Create Go App CLI`: