ApeWorX / ape

The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
https://apeworx.io
Apache License 2.0
895 stars 132 forks source link

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

Open johnson2427 opened 5 months ago

johnson2427 commented 5 months ago

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
linear[bot] commented 5 months ago

APE-1768 feat: add plugin groups to ape-config.yaml