Package manager for Löve/Lua
Posted: Fri Apr 18, 2014 3:57 pm
Hi folks,
In the last years, we've seen the introduction of many powerful package manager for a variety of languages.
i.e. npm for Node.js, Composer for PHP, Bower for frontend javascript, etc
Yesterday I was building a small repository of all the libraries I use when I play with Löve and this thought came to my mind: what if there was a simple package manager that fed itself from github repository?
This would make the library handling process much more simpler, would allow library updates through the package manager and more.
Is there anything similar available? Otherwise I'm thinking of starting something similar. If you'd like such an idea, feel free to comment and let me know!
Thanks and have a nice day
In the last years, we've seen the introduction of many powerful package manager for a variety of languages.
i.e. npm for Node.js, Composer for PHP, Bower for frontend javascript, etc
Yesterday I was building a small repository of all the libraries I use when I play with Löve and this thought came to my mind: what if there was a simple package manager that fed itself from github repository?
This would make the library handling process much more simpler, would allow library updates through the package manager and more.
Is there anything similar available? Otherwise I'm thinking of starting something similar. If you'd like such an idea, feel free to comment and let me know!
Thanks and have a nice day