Skip to content

Commit f3461a7

Browse files
committed
Add gifs to README
1 parent 4eb1fb2 commit f3461a7

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} koddr/cgapp:latest [COMMAND]
5050

5151
> 🔔 Please note: the `deploy` command is currently **unavailable** in this image.
5252
53-
## 📺 Video screencast
54-
55-
A short video screencast to introduce main features of the Create Go App CLI.
56-
57-
<a align="center" href="https://youtu.be/5-DNZFU9TOQ" target="_blank">
58-
<img src="https://user-images.githubusercontent.com/11155743/116787503-0d0dbb80-aaad-11eb-9ef1-dce2df6f606c.jpg" alt="youtube preview"/><br/>
59-
🔗 https://youtu.be/5-DNZFU9TOQ
60-
</a>
61-
6253
## 📖 Official Documentation
6354

6455
The best way to better explore all the features of the **Create Go App CLI** is to read the [Official Wiki](https://github.com/create-go-app/cli/wiki) and take part in [Discussions](https://github.com/create-go-app/cli/discussions) and/or [Issues](https://github.com/create-go-app/cli/issues). Yes, the most frequently asked questions (_FAQ_) are also [here](https://github.com/create-go-app/cli/wiki/FAQ).
@@ -73,7 +64,9 @@ CLI command for create a new project with the interactive console UI.
7364
cgapp create
7465
```
7566

76-
- 📺 Preview: https://recordit.co/OQAwkZBrjN
67+
![cgapp_create](https://user-images.githubusercontent.com/11155743/116796937-38160080-aae9-11eb-8e21-fb1be2750aa4.gif)
68+
69+
- 📺 Full video preview: https://recordit.co/OQAwkZBrjN
7770
- 📖 Docs: https://github.com/create-go-app/cli/wiki/Command-create
7871

7972
### `deploy`
@@ -86,11 +79,13 @@ CLI command for deploy Docker containers with your project via Ansible to the re
8679
cgapp deploy [OPTION]
8780
```
8881

82+
![cgapp_deploy](https://user-images.githubusercontent.com/11155743/116796941-3c421e00-aae9-11eb-9575-d72550814d7a.gif)
83+
8984
| Option | Description | Type | Default | Required? |
9085
| ------ | ------------------------------------------------------------------------------------------------------ | --------- | ------- | --------- |
9186
| `-K` | Prompt you to provide the remote user sudo password (_a standard Ansible `--ask-become-pass` option_). | `boolean` | `false` | No |
9287

93-
- 📺 Preview: https://recordit.co/ishTf0Au1x
88+
- 📺 Full video preview: https://recordit.co/ishTf0Au1x
9489
- 📖 Docs: https://github.com/create-go-app/cli/wiki/Command-deploy
9590

9691
## 📝 Production-ready project templates

0 commit comments

Comments
 (0)