Skip to content

Commit 3916908

Browse files
author
Vic Shóstak
authored
Update README.md
1 parent e979f63 commit 3916908

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,21 @@ So, yes, this CLI gives you the ability to prepare everything you need to **star
269269

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

272+
## 👤 Custom templates & containers?
273+
274+
Create Go App CLI provide works with **your own** custom templates, instead of those prepared by authors. Just specify backend, frontend and webserver with addresses to repositories in configuration file (`.cgapp.yml`):
275+
276+
```yaml
277+
project:
278+
- backend: github.com/user1/my-template-1
279+
- frontend: gitlab.com/user2/my-template-2
280+
- webserver: bitbucket.org/user3/my-template-3
281+
282+
# ...
283+
```
284+
285+
> ☝️ The `https://` protocol will be added automatically!
286+
272287
## ⭐️ Project assistance
273288

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

0 commit comments

Comments
 (0)