holochain / scaffolding

Scaffolding tool to quickly generate and modify holochain applications
https://docs.rs/holochain_scaffolding_cli
220 stars 19 forks source link

Scaffolding config #77

Closed jmday closed 2 weeks ago

jmday commented 1 year ago

It would be so clutch to create a scaffold config that can be edited and then passed back into hc scaffold as a param so it creates all the things… and users don’t have to go back through all the questions again.

I found myself running the scaffolding tool multiple times for the same app after needing a minor change or just wanting to try again with a different option. It would be really really helpful to have some sort of config that can be edited then passed for a re-run.

matthme commented 1 year ago

I made similar experiences. It is quite cumbersome to rerun the scaffolding again and if the application is somewhat complex it's not easy to remember every step again. I would also welcome a solution along the lines you described.

jamestolley commented 1 year ago

I'm creating a tool to do this:

https://github.com/jamestolley/holochain-scaffold-runner

It's in the early stages but is already very useful (at least for me). I'd love feedback

matthme commented 1 year ago

Wow, that's pretty cool!

c12i commented 2 weeks ago

Closing this issue. It's currently getting tracked here (https://github.com/holochain/scaffolding/issues/392) for future implementation