jonataslaw / jonataslaw/get_cli
Seprate bindings in another folder for get create page command
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 654
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
Hey , can we have an option to seprate all the bindings and add them to another folder , so that get create page will create controller and view under module and its bindings under another binding folder all together
So folder structure will be something like
app -
bindings -
home_binding.dart
dashboard_binding.dart
profile_binding.dart
modules -
home -
home_controller.dart
home_view.dart
profile -
profile_controller.dart
profile_view.dart
because i rarely touch bindings , or even if i have to touch them , its just once or twice maybe , so this structure will help me to get a clean code ( atleast in my opinion)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the get create page command and how it currently generates controllers, views, and bindings. Define the option's expected folder behavior from the proposed app/bindings and app/modules structure, then verify that generated files match that layout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100