Stars
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.
Todo
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)
Installation
- Run
make install
- Test to see if everything works by running
stars -v
Contributing
- 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
Contributors
- R-unic - creator and maintainer