Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

How to install 3rd party shards?

  • Create a file called shard.yml for your project listing the dependencies of this project
  • Run shards install
name: example
version: 0.1.0

# authors:
#   - name <email@example.com>

description: |
  Short description of the project

dependencies:
  ameba:
    github: crystal-ameba/ameba
  sqlite3:
    github: crystal-lang/crystal-sqlite3


#development_dependencies:
#  webmock:
#    github: manastech/webmock.cr

license: MIT