Feature: Add some sort of project scaffolding
See original GitHub issueRoxie is pretty lightweight, but I’m also lazy so having to create different files each time I start up a new screen sometimes becomes a bit of copy/paste work from other screens.
Not sure how to go about this (probably just some shell script), but most likely it would generate these initial files for us:
Action
Change
State
ViewModel
ViewModelTest
👍 👍 👍
Possibly dagger related jazz too.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Six Essential Features of the Ideal Scaffolding Design Software
Key Features of the Ideal Scaffolding Design Software · Detailed Visualization · Flexible for Any Design · Provides Detailed Project Layout.
Read more >Scaffold Identity in ASP.NET Core projects - Microsoft Learn
Learn how to scaffold Identity in an ASP.NET Core project.
Read more >Efficient, reusable application templates and scaffolding
It's an npm package that you can install locally or globally that provides functionality via interactive project scaffolding.
Read more >The Different Types of Scaffolding Used in Construction
Double scaffolding is often referred to as 'independent scaffolding' and is mainly used for stone masonry construction projects. Considering ...
Read more >Ch. 11 Scaffolding – Instructional Methods, Strategies and ...
“Scaffolding is actually a bridge used to build upon what students already know to arrive at something they do not know. If scaffolding...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Apparently, with GitHub you can now create a Template repository which could be useful for a brand new project (not sure how long it’s been there). https://help.github.com/en/articles/creating-a-repository-from-a-template
Here is an example repo: https://github.com/square/workflow-android-template
This might be worth taking a look at as well: https://riggaroo.co.za/custom-file-template-group-android-studiointellij/. Having a custom wizard through the Android Studio IDE would be pretty nice. Whatever we implement should be user friendly-ish and I think
file > new > MVI (or whatever we want to call it)
and just fill in some details would be pretty nice but I’m unsure about how to scale the distribution of a custom wizard. Making sure everyone gets the same template and in a manner that can be easily updated is still unknown to me.