Skip to content

Commit f04ff7a

Browse files
author
Vic Shóstak
authored
Merge pull request #39 from create-go-app/dev
Update README.md
2 parents ec701d9 + 344e8df commit f04ff7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,12 @@ Run `deploy` command **with** `--use-config` (or `-c`) argument:
230230
cgapp deploy --use-config
231231
```
232232

233+
## 🤔 Why another CLI?
234+
235+
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!
236+
237+
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.
238+
233239
## 📝 [Production-ready project templates](https://create-go.app/production-templates/)
234240

235241
**Backend:**
@@ -263,12 +269,6 @@ cgapp deploy --use-config
263269

264270
- [x] [`nginx`](https://create-go.app/docker-containers/nginx/) — Docker container with [Nginx](https://nginx.org).
265271

266-
## 🤔 Why another CLI?
267-
268-
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!
269-
270-
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.
271-
272272
## ⭐️ Project assistance
273273

274274
If you want to say **thank you** or/and support active development of `Create Go App CLI`:

0 commit comments

Comments
 (0)