Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

cosmo-lang/stars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 to 1.6.1)
    • ^3.2.3 (3.2.3 or higher)

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

  • R-unic - creator and maintainer

About

A package manager for the Cosmo language written in Crystal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published