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

feat: add plugin groups to ape-config.yaml #2142

Open
johnson2427 opened this issue Jun 14, 2024 · 1 comment
Open

feat: add plugin groups to ape-config.yaml #2142

johnson2427 opened this issue Jun 14, 2024 · 1 comment
Labels
category: feature New feature or request

Comments

@johnson2427
Copy link
Contributor

johnson2427 commented Jun 14, 2024

Overview

add plugin groups to ape-config.yaml to make it easier to configure the plugins.

Specification

Describe the syntax and semantics of how you would like to see this feature implemented. The more detailed the better!

...
plugins:
  - name: hardhat
    groups: [dev]  # when a group is specified, it is only installed with `ape plugins install .[group-name]`
  - name: alchemy
    # By default, it is a member of all groups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant