summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrique Alves <henriquelalves@gmail.com>2023-05-08 12:19:44 -0300
committerHenrique Alves <henriquelalves@gmail.com>2023-05-08 12:19:44 -0300
commitb42d5e35026b0d7b9b1e584f69e0dc1522ab8298 (patch)
tree46fc30ea1227baca87663303b16d89dba1d116f2
parentcd65ce204f4e2439d00ac48095f5a65f7308a8ee (diff)
downloadglam-b42d5e35026b0d7b9b1e584f69e0dc1522ab8298.tar.gz
glam-b42d5e35026b0d7b9b1e584f69e0dc1522ab8298.tar.bz2
glam-b42d5e35026b0d7b9b1e584f69e0dc1522ab8298.zip
add gifs
-rw-r--r--README.md11
-rw-r--r--add_example.gifbin0 -> 312722 bytes
-rw-r--r--apply_example.gifbin0 -> 223255 bytes
-rw-r--r--init_example.gifbin0 -> 165775 bytes
-rw-r--r--install_example.gifbin0 -> 263972 bytes
5 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 59c81ff..7adbaae 100644
--- a/README.md
+++ b/README.md
@@ -10,25 +10,34 @@ The project only works on UNIX (Linux/Mac) machines. You need `git` installed fo
## Example
You can initialize your project (with meaningful `.gitignore` and `.gdignore` files) with:
+
```
glam init
```
+![](init_example.gif)
+
You can add new addon repositories with:
```
glam add https://github.com/henriquelalves/GodotTIE
```
+![](add_example.gif)
+
If you want to use ✨GLAM✨ with a CI/CD, you can `.gitignore` the `addons/` folder and install all addons listed in the `.glam` file with:
```
glam install
```
+![](install_example.gif)
+
If you are developing an Addon, you can apply changes made in the addon to their `.glam.d` repository with:
```
-glam apply GodotTIE
+glam apply
```
+![](apply_example.gif)
+
## Disclaimer
**This project is a WIP!** This is a beta release to anyone interested in using or contributing to this project. It may contain bugs that may ruin your project if you don't make any backups or use version-control wisely.
diff --git a/add_example.gif b/add_example.gif
new file mode 100644
index 0000000..2c4fe6b
--- /dev/null
+++ b/add_example.gif
Binary files differ
diff --git a/apply_example.gif b/apply_example.gif
new file mode 100644
index 0000000..71920d5
--- /dev/null
+++ b/apply_example.gif
Binary files differ
diff --git a/init_example.gif b/init_example.gif
new file mode 100644
index 0000000..acfce12
--- /dev/null
+++ b/init_example.gif
Binary files differ
diff --git a/install_example.gif b/install_example.gif
new file mode 100644
index 0000000..e2a788d
--- /dev/null
+++ b/install_example.gif
Binary files differ