DEV Community

Linkus
Linkus

Posted on

Yet another package manager, but with a twist...

Heyo everyone,
Lately I've been working on app distribution sorta stuff, such as package managers, wrappers for them and so forth. This is what I got so far:
https://github.com/HUSKI3/Spark
Its a "sketch" in a sense as its just a collection of ideas without a good implementation (which is a recurring theme in my projects due to my limited knowledge in some areas). The package manager is meant to be a one-file-does-all without the need to install other packages, all that is needed is python<3.7 and enough storage to download the sources files. Its still in early development and will become less messy as I work on it. If you have any ideas on how to make it better please share them with me!

Top comments (0)