gem.sh icon indicating copy to clipboard operation
gem.sh copied to clipboard

Show gem groups/extensions/plugins

Open marcoroth opened this issue 2 years ago • 1 comments

There are gems which are meant to be used with each other, either because the extend or build on top of another gem.

There should be a way to configure/relate gems to each other and show it in the docs.

A good example might be the rubocop gem, since it's allowed to be used with a bunch of extensions:

  • rubocop-rails
  • rubocop-performance
  • rubocop-minitest
  • rubocop-rspec
  • ...

Or the rails gem, which is meant to be used with all it's subgems:

  • activerecord
  • activesupport
  • actioncontroller
  • actioncable
  • ...

marcoroth avatar Aug 03 '23 19:08 marcoroth

Some ideas

CleanShot 2023-08-03 at 22 59 34 CleanShot 2023-08-03 at 22 59 46

marcoroth avatar Aug 03 '23 21:08 marcoroth