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

Installation

  1. Run make install
  2. Test to see if everything works by running stars -v

Contributing

  1. Fork it (https://github.com/R-unic/stars/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors