dry-types-tuple
The Tuple type implementation for Dry::Types (by estum)
dry-cli
General purpose Command Line Interface (CLI) framework for Ruby (by dry-rb)
dry-types-tuple | dry-cli | |
---|---|---|
1 | 2 | |
7 | 333 | |
- | 0.3% | |
4.3 | 5.9 | |
over 1 year ago | about 1 month ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dry-types-tuple
Posts with mentions or reviews of dry-types-tuple.
We have used some of these posts to build our list of alternatives
and similar projects.
dry-cli
Posts with mentions or reviews of dry-cli.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-04-27.
-
CLI in ruby using OptionParser or GetoptLong
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.
-
Performance e elegância! Escrevendo uma CLI CRUD utilizando ScyllaDB e Ruby
dry-cli
What are some alternatives?
When comparing dry-types-tuple and dry-cli you can also consider the following projects:
necromancer - Conversion from one object type to another with a bit of black magic.
Thor - Thor is a toolkit for building powerful command-line interfaces.
validations - Validation mixin for Ruby objects
GLI - Make awesome command-line applications the easy way
dry-types - Flexible type system for Ruby with coercions and constraints
Slop - Simple Lightweight Option Parsing - ✨ new contributors welcome ✨