Favorite underrated Shard?

What is an underrated shard you use in almost every project that more people should know about?

1 Like

Here’s what I commonly use myself:

GitHub - crystal-ameba/ameba: A static code analysis tool for Crystal Most formal projects will use it as a development_dependencies.

GitHub - crystal-china/sentry: Build/Runs your crystal application, watches files, and rebuilds/restarts app on file changes auto compile and rerun when code changes, although, actually, you don’t need to add sentry to your shard.yml at all, and it works for non-Crystal projects too.

1 Like