Show HN: Spellbook, a system package manager written in Elixir
spell-book.runWant to share my project with the community, this is the project I have been building to learn Elixir, while also scratching an itch that I've had for a long time. This is a little package manager written in elixir. Some of how it does things is similar to home-brew. It is also pretty early days.
Right now, I only develop and test on my Mac, but would like to ensure it supports other platforms in the future. It also currently works a little more like a ports tree. So, like macports. It doesn't installed pre-compiled binaries, but instead it follows a 'spell definition' to pull sources, build and then install the build artifacts.
What I am looking for when sharing this. First, if there is interest in an alternative system package manager. Second, and more important, code reviews, these would be much appreciated.
A few links: