diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2023-05-08 12:19:44 -0300 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2023-05-08 12:19:44 -0300 |
commit | b42d5e35026b0d7b9b1e584f69e0dc1522ab8298 (patch) | |
tree | 46fc30ea1227baca87663303b16d89dba1d116f2 | |
parent | cd65ce204f4e2439d00ac48095f5a65f7308a8ee (diff) | |
download | glam-b42d5e35026b0d7b9b1e584f69e0dc1522ab8298.tar.gz glam-b42d5e35026b0d7b9b1e584f69e0dc1522ab8298.tar.bz2 glam-b42d5e35026b0d7b9b1e584f69e0dc1522ab8298.zip |
add gifs
-rw-r--r-- | README.md | 11 | ||||
-rw-r--r-- | add_example.gif | bin | 0 -> 312722 bytes | |||
-rw-r--r-- | apply_example.gif | bin | 0 -> 223255 bytes | |||
-rw-r--r-- | init_example.gif | bin | 0 -> 165775 bytes | |||
-rw-r--r-- | install_example.gif | bin | 0 -> 263972 bytes |
5 files changed, 10 insertions, 1 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..2c4fe6b --- /dev/null +++ b/add_example.gif diff --git a/apply_example.gif b/apply_example.gif Binary files differnew file mode 100644 index 0000000..71920d5 --- /dev/null +++ b/apply_example.gif diff --git a/init_example.gif b/init_example.gif Binary files differnew file mode 100644 index 0000000..acfce12 --- /dev/null +++ b/init_example.gif diff --git a/install_example.gif b/install_example.gif Binary files differnew file mode 100644 index 0000000..e2a788d --- /dev/null +++ b/install_example.gif |