build

Cosmo

Cosmo is a statically-typed programming language written in pure Crystal.
We have an extension for VS code (source), however it currently only features syntax highlighting.

Things I Gotta Do

Things I Might Do

Installation

  1. Install Crystal.
  2. Run sudo make install.
  3. Assert everything is working by running cosmo -h

Contributing

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

Contributors