How to install 3rd party shards?
- Create a file called shard.yml for your project listing the dependencies of this project
- Run shards install
shard.yml
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