crystalshards

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

github.com/zamith/crystalshards

A listing of all crystal shards

38 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  crystalshards:
    github: zamith/crystalshards
    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
no constraint declared

Dependencies

Runtime Dependencies

  • emoji0.1.0github: veelenga/emoji.cr
  • kemal0.11.2github: sdogruyol/kemal

README

# Crystalshards

A shard is what we call a crystal library, and this is the website that lists
them all.

# Deploying to Heroku

To experiment with this, you can post this to your own heroku site.

You can read about [Deploying to Heroku] or just follow these steps:

```bash
NAME=crystal-shards-demo
heroku create $NAME --buildpack https://github.com/zamith/heroku-buildpack-crystal
git push heroku master
```

[Deploying to Heroku]: https://subvisual.co/blog/posts/63-deploying-a-crystal-application-to-heroku