11<h1 align =" center " >
2- <img src =" https://raw.githubusercontent.com/create-go-app/cli/master/.github/images/cgapp_logo%402x.png " width =" 224px " /><br />
2+ <img alt="cgapp logo" src="https://raw.githubusercontent.com/create-go-app/cli/master/ .
3+ github/images/cgapp_logo%402x.png" width="224px"/><br />
34 Create Go App CLI
45</h1 >
56<p align =" center " >Create a new production-ready project with <b >backend</b > (Golang), <b >frontend</b > (JavaScript, TypeScript)<br />and <b >deploy automation</b > (Ansible, Docker) by running one CLI command.<br /><br />Focus on <b >writing</b > code and <b >thinking</b > of business-logic! The CLI will take care of the rest.</p >
67
7- <p align =" center " ><a href =" https://pkg.go.dev/github.com/create-go-app/cli/v3?tab=doc " target =" _blank " ><img src =" https://img.shields.io/badge/Go-1.17+-00ADD8?style=for-the-badge&logo=go " alt =" go version " /></a >  ; <a href =" https://gocover.io/github.com/create-go-app/cli/pkg/cgapp " target =" _blank " ><img src =" https://img.shields.io/badge/Go_Cover-88.4%25-success?style=for-the-badge&logo=none " alt =" go cover " /></a >  ; <a href =" https://goreportcard.com/report/github.com/create-go-app/cli " target =" _blank " ><img src =" https://img.shields.io/badge/Go_report-A+-success?style=for-the-badge&logo=none " alt =" go report " /></a >  ; <img src =" https://img.shields.io/badge/license-apache_2.0-red?style=for-the-badge&logo=none " alt =" license " /></p >
8+ <p align =" center " ><a href="https://pkg.go.dev/github.com/create-go-app/cli/v3?tab=doc"
9+ target="_ blank"><img src =" https://img.shields.io/badge/Go-1.17+-00ADD8?style=for-the-badge&logo=go " alt =" go version " /></a >  ; <a href =" https://gocover.io/github.com/create-go-app/cli/pkg/cgapp " target =" _blank " ><img src =" https://img.shields.io/badge/Go_Cover-88.3%25-success?style=for-the-badge&logo=none " alt =" go cover " /></a >  ; <a href =" https://goreportcard.com/report/github.com/create-go-app/cli " target =" _blank " ><img src =" https://img.shields.io/badge/Go_report-A+-success?style=for-the-badge&logo=none " alt =" go report " /></a >  ; <img src =" https://img.shields.io/badge/license-apache_2.0-red?style=for-the-badge&logo=none " alt =" license " /></p >
810
911## ⚡️ Quick start
1012
11- First of all , [ download] ( https://golang.org/dl/ ) and install ** Go** . Version ` 1.17 ` or higher is required.
13+ First, [ download] ( https://golang.org/dl/ ) and install ** Go** . Version ` 1.17 ` or higher is required.
1214
1315> If you're looking for the ** Create Go App CLI** for Go ` 1.16 ` , you can find it [ here] ( https://github.com/create-go-app/cli/tree/v2 ) .
1416
@@ -67,7 +69,7 @@ cgapp create [OPTION]
6769```
6870
6971| Option | Description | Type | Default | Required? |
70- | ------ | -------------------------------------------------------- | ------ | ------- | --------- |
72+ | -------- | ---------------------------------------------------------- | -------- | --------- | ----------- |
7173| ` -t ` | Enables to define custom backend and frontend templates. | ` bool ` | ` false ` | No |
7274
7375![ cgapp_create] ( https://user-images.githubusercontent.com/11155743/116796937-38160080-aae9-11eb-8e21-fb1be2750aa4.gif )
@@ -86,7 +88,7 @@ cgapp deploy [OPTION]
8688```
8789
8890| Option | Description | Type | Default | Required? |
89- | ------ | ------------------------------------------------------------------------------------------------------ | ------ | ------- | --------- |
91+ | -------- | -------------------------------------------------------------------------------------------------------- | -------- | --------- | ----------- |
9092| ` -k ` | Prompt you to provide the remote user sudo password (_ a standard Ansible ` --ask-become-pass ` option_ ). | ` bool ` | ` false ` | No |
9193
9294![ cgapp_deploy] ( https://user-images.githubusercontent.com/11155743/116796941-3c421e00-aae9-11eb-9575-d72550814d7a.gif )
0 commit comments