I will investigate it, but scaffolding to me is dangerous as it generates a lot of code that later cannot be as easily maintained/updated as it's been scaffolded. I look for a scaffolder/boilerplate that comes with updates when the base evolves!
Done properly and to the correct extent, scaffolding generates more maintainable code by ensuring that everything in all the codebases is structured in the same basic way, uses the same base libraries, has the same build steps, etc. Done over the top, it could include things most projects don’t need. Like anything, it requires using good judgment.
I will investigate it, but scaffolding to me is dangerous as it generates a lot of code that later cannot be as easily maintained/updated as it's been scaffolded. I look for a scaffolder/boilerplate that comes with updates when the base evolves!
Done properly and to the correct extent, scaffolding generates more maintainable code by ensuring that everything in all the codebases is structured in the same basic way, uses the same base libraries, has the same build steps, etc. Done over the top, it could include things most projects don’t need. Like anything, it requires using good judgment.
This reminds me of Yeoman in a way. Never thought I’d reminisce about the days of backbone and gulp.
License?
I found this on the linked github, https://github.com/mr-smith-org/mr/blob/main/LICENSE