-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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(forge init
): add --vyper
flag to initialize a basic Vyper
project mirroring Counter
#8340
Comments
--vyper
argument to forge init
to initialize a basic Vyper
project mirroring Counter.sol
forge init
): add --vyper
flag to initialize a basic Vyper
project mirroring Counter.sol
forge init
): add --vyper
flag to initialize a basic Vyper
project mirroring Counter.sol
forge init
): add --vyper
flag to initialize a basic Vyper
project mirroring Counter
I am applying to this issue via OnlyDust platform. My background and how it can be leveraged How I plan on tackling this issue |
Could I take a shot at this? |
I'd love to give this a go. |
I have started working on this. So far, what I understand is that generally, if a user wants to initialize a Vyper template, they would run Please let me know if I miss something. |
Component
Forge
Describe the feature you would like
Now that we have Vyper support it would be great to be able to quickly instantiate a Vyper project. This would help with setting up quick reproductions as well as lowering the barrier to entry for users to get started with Vyper in Foundry.
In the future other flags could be added to extend this behavior (
--yul
, etc..)Additional context
There is currently a
--template
parameter to pass in a template repository but we do not maintain oneThe text was updated successfully, but these errors were encountered: