umbracodegen
# news
r
I went down a bit of a Bellissima rabbit hole this weekend and built a little tool for myself that I wanted to open source - introducing
umbracodegen
alpha! Install in your project and run
umbracodegen generate
or
umb generate
on the command line to start an interactive builder to generate boilerplate for your components (only sections, dashboards and sidebars currently) https://www.npmjs.com/package/umbracodegen
w
Nice reminds me of the Yeoman - yo cli scaffolding style tool
r
Something like that is exactly what I was going for! Looks like it uses some similar tooling under the hood.
I'd love to be able to do
npx create umbracodegen@latest
and have it spin up a blank everything, probably with some other config options in there too
w
Yep fab idea - I done with Yeoman (probably not cool anymore) when the current V7/AngularJS backoffice got introduced. Feel free to be inspired (to just laugh at very very very old code 10+yrs old) https://github.com/warrenbuckley/generator-umbraco But I think the idea is FAB RIck 🎉 Is there a repo to contrib to, as I think this would be a good way for people to scaffold and get started in conjunction with @Kevin Jump work
r
w
Got a list of outstanding ones to do/generate ?
r
Just updated the README with a list of ones that exist, and ones still to do (based on Kevin's articles mostly) https://github.com/rickbutterfield/umbracodegen/blob/main/README.md