workshop

Version, currently master branch1 version
  • master branchlatestAug 3, 2020

github.com/eliasjpr/mw20

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  workshop:
    github: eliasjpr/mw20
    branch: master

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

Then run:

shards install

shard.yml

Crystal
0.35.1
License
MIT
Author
your-name-here <your-email-here>
Target
  • workshop from src/workshop.cr

Dependencies

This version declares no dependencies.

README

workshop

Welcome to the Crystal Language Workshop

Installation

First things first. Let's install Crystal

Visit https://crystal-lang.org/install/ for instructions

Programing in Crystal

Resources

https://crystal-lang.org/

Contributing

  1. Fork it (https://github.com/eliasjpr/mw20/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