How to install 3rd party shards?
- Create a file called
shard.ymlfor 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