Crystal Shards

Version, currently master branch1 version
  • master branchlatestOct 20, 2025

github.com/crystalshards/crystalshards-orion

The public index of CrystalShards around the web.

54 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  Crystal Shards:
    github: crystalshards/crystalshards-orion
    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
1.8.1
License
MIT
Author
Jason Waldrip
Targets
  • web from src/web.cr
  • migrate from src/migrate.cr
  • job_runner from src/job_runner.cr

Dependencies

Runtime Dependencies

  • kilt0.6.1github: jeromegn/kilt
  • sass*github: straight-shoota/sass.cr
  • clear*github: anykeyh/clear
  • emoji*github: veelenga/emoji.cr, branch: master
  • orion4.0.0-beta1github: obsidian/orion
  • redis~> 2.8.0github: stefanwille/crystal-redis
  • slang1.7.3github: jeromegn/slang
  • mosquito0.11.2github: mosquito-cr/mosquito
  • wordsmith~> 0.2github: luckyframework/wordsmith
  • json_mapping*github: crystal-lang/json_mapping.cr
  • yaml_mapping*github: crystal-lang/yaml_mapping.cr
  • common_marker*github: mamantoha/crystal-cmark-gfm

Development Dependencies

  • sentry*github: samueleaton/sentrydev

README

CrystalShards.org

CrystalShards.org is a multi-site index for crystalshards hosted all over the public internet. It aims to grow the community and expose useful tools to Crystal Application and Library developers.

Development

To run crystalshards.org for local development you can use sentry.

To run the server:

./dev/sentry

To run the indexer:

./dev/sentry -c .sentry.job_runner.yml

Roadmap

The following are roadmap items for the CrystalShards.org website. Contributors are welcome.

  • [x] Parity with the old CrystalShards.org
  • [x] GitHub indexing
  • [x] Dependency Linking
  • [x] Search
  • [x] Author Showcase
  • [ ] Shard Donation Links
  • [ ] GitLab indexing
  • [ ] Bitbucket indexing
  • [ ] Tags
  • [ ] Hosted Shard Documentation

Contributing

  1. Fork it (https://github.com/your-github-user/crystalshards.org/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