-
Notifications
You must be signed in to change notification settings - Fork 568
Closed
Labels
type:requestFeature request.Feature request.
Description
Is your feature request related to a problem or issue you encountered? Please describe.
Yes, I'd like to add a parameter to an already scaffold module.
Describe the solution you'd like
Current Flow:
# Add params when scaffolding a module
ignite scaffold module foo --params baz:uint,bar:bool
# Manually add new params after the fact
Proposed workflow:
# Scaffold a module
ignite scaffold module foo
# Scaffold params dynamically
ignite scaffold param baz:uin --module foo
Describe alternatives you've considered
Look at ignite documentation for how to add params.
- Scaffold a new (temp) module with params
- Ctrl-f for lines related to my param name
- Copy paste those lines in my pre-existing module
h5law and red-0ne
Metadata
Metadata
Assignees
Labels
type:requestFeature request.Feature request.
Type
Projects
Status
Done