a5-stable / a5-stable/random_gem

filter only popular gem

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

something like this:
```
bundle exec random_gem add --popular-only
```

```
RandomGem.pick(only: :popular)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Look at the existing gem picking logic in the codebase, likely in a file like lib/random_gem.rb. Determine how 'popular' gems are defined (e.g., by download count from RubyGems API). Add a command-line option `--popular-only` and a method option `only: :popular`. Check for existing tests to understand the testing pattern.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.