gmm
gmm copied to clipboard
Question: What is the different between gmm and bpkg ?
Hello,
I have been looking to see how to use git submodules as means of dependency management for a bash project I am working on and I am aware of the problems and criticisms of doing so. So, I started doing some research and came across this project and in turn bpkg.
I was wondering doesn't bpkg solve the same problem gmm does ? Considering gmm is also using bpkg i am a little bit confused and can not get the motivation behind this project.Is it actually intended for a specific problem.
Is gmm intented to be a language agnostic module manager based on git ? As far as I can tell bpkg is bash package manager. gmm does not focus on bash ?
gmm intented to be a language agnostic module manager based on git
Correct. Also, this isn't really finished, it was an idea that i got started but dont really have the time to work on.
Also, bpkg is awesome, i'd totally use it for bash :)
Thank your very much for quick response :)
bpkg seems well maintained and quite useful. Gave me some more ideas :)