Stars is a package manager for the Cosmo programming language. It is in no way finished currently, but you can still build it and have it work for the most part.
star.lock
files- Make installed packages add their dependencies directly to
.stars
- Version schemes
~1.6.1
(1.0.0
to1.6.1
)^3.2.3
(3.2.3
or higher)
- Run
make install
- Test to see if everything works by running
stars -v
- Fork it (https://github.com/R-unic/stars/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- R-unic - creator and maintainer