You dont need copy paste addons folder from github anymore!

I create a addons manager which can easy install / upgrade / uninstall from github repo. without copy paste and push bulk addon codes into your git repo!

godot-addon-manager will easy to help you manage it. make version control more easy and graceful!

if you are work with teammate, you should install it now!

just run:

curl -fsSL https://raw.githubusercontent.com/moonrailgun/godot-addon-manager/master/scripts/install.sh | sh

and then:

gdam install <addons with manage in github url>

you can clone latest version from github and put it in your addon folder!

And everything is totally open source!

Github: GitHub - moonrailgun/godot-addon-manager: A godot addons manager which can easy to manage addons with git

Seems neat.

What does yours have that these don’t?

i see godotenv before. but need dotenv, and i dont like it because i am using mac.

gd-plug: not have version control. its looks always pull latest one. its will carry unexpected error if addons author carry some not cool issue.
glam: same in add addons, but can not uninstall it. i dont know its how to manage, but looks like not provide install script which need user install rust env.
godot-manager: same with godotenv, write with c#, not easy use in mac system.

if someone use git to control source code version of godot project, he will know why i design this tool :grinning_face:

I mean, I understand why. I’m asking because I have lots of plugins and need to manage them with version control. I asked the question because I wanted to see if yours was worth trying. I want something that I can recommend to others to deploy my plugins that have version dependencies.

I also wanted to make sure you could answer my question and this wasn’t some weird AI scam, because you literally put it up yesterday, and while you have other repos, I don’t know rust and can’t tell if there’s malicious code in there.