Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spec(bundle): Add gem autocomplete and binaries autocomplete #2135

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Zeko369
Copy link
Contributor

@Zeko369 Zeko369 commented Oct 19, 2023

This PR also includes

  1. stubs for rspec and rubocop (will be done in a separate PR later, but the 2 most common things are added)
  2. utility to convert a spec into a suggestion (that's gonna be used in other PRs i.e. npx to load i.e. create-vite to DRY up icons/names of bins across specs)

Partial WIP rspec PR -> #2113
Partial WIP rubocop PR -> #2189

@withfig-bot
Copy link
Collaborator

withfig-bot commented Oct 19, 2023

Overview

src/_utils/spec.ts:

Info:

src/rspec.ts:

Info:

URLs:

  • https://rspec.info/images/logo.png

src/rubocop.ts:

Info:

URLs:

  • https://github.com/rubocop/rubocop/blob/master/assets/logo.png?raw=true

src/bundle.ts:

Info:

src/gem.ts:

Info:

URLs:

  • https://rubygems.org)
  • https://rubygems.org
  • https://rubygems.org)

@withfig-bot
Copy link
Collaborator

Hello @Zeko369,
thank you very much for creating a Pull Request!
Here is a small checklist to get this PR merged as quickly as possible:

  • Do all subcommands / options which take arguments include the args property (args: {})?
  • Are all options modular? E.g. -a -u -x instead of -aux
  • Have all other checks passed?

Please add a 👍 as a reaction to this comment to show that you read this.

src/rubocop.ts Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants