crystal-jukebox

Version, currently main branch1 version
  • main branchlatestOct 3, 2024

github.com/mverzilli/crystal-jukebox

Little toy project to introduce Crystal

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crystal-jukebox:
    github: mverzilli/crystal-jukebox
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.13.3
License
MIT
Author
Martin Verzilli
Target
  • crystal-jukebox from src/crystal-jukebox.cr

Dependencies

This version declares no dependencies.

README

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

  1. Fork it (https://github.com/your-github-user/crystal-jukebox/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