github.com/mverzilli/crystal-jukebox
main / published Oct 3, 2024 / repository
Little toy project to introduce Crystal
crystal-jukebox
This is a toy project to introduce newcomers to the Crystal Language.
Usage
Assuming you already installed Crystal, you can just run this with crystal src/crystal_jukebox.cr
Development
Run tests with crystal spec
Contributing
- Fork it (https://github.com/your-github-user/crystal-jukebox/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
- Martin Verzilli - creator and maintainer