Top 9 Ruby dry-rb Projects
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
Few days ago I've created a script for the project I'm working on. It was an ugly script with hardcoded values, but it did ther job - create tokens on request. But I've decided to improve it a bit, because sometimes I needed to change params and I've added ability to submit params from the command line. Of course, there are a lot of awesome libraries such as dry-cli, TTY Toolkit or cli-kit from Shopify, but in most cases you can use standard ruby libraries like OptionParser or GetoptLong. Lets see how you can create a CLI utils with those libraries just in few minutes.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Ruby dry-rb discussion
Ruby dry-rb related posts
Index
What are some of the best open-source dry-rb projects in Ruby? This list will help you:
# | Project | Stars |
---|---|---|
1 | dry-validation | 1,345 |
2 | dry-types | 869 |
3 | dry-struct | 418 |
4 | dry-system | 362 |
5 | dry-cli | 333 |
6 | dry-auto_inject | 177 |
7 | dry-core | 168 |
8 | decafsucks | 70 |
9 | dry-types-tuple | 7 |