scaffolding
scaffolding copied to clipboard
Scaffolding tool to quickly generate and edit holochain applications
The goal of this issue is to guarantee that the rust and typescript code generated by the scaffolding tool adheres to established formatting standards.
There is an abundant presence of `unwrap()` calls in the codebase, which can lead to unexpected panics when errors occur. It is essential to replace these calls with proper error...
Do we really need [this](https://github.com/holochain/scaffolding/blob/d118a337ad311049f36dd990a02e775b2cc0f05d/templates/lit/web-app/ui/index.html.hbs#L12) call to a CDN? I would prefer if the scaffolding tool's default templates were offline-first. Currently if an app with the scaffolding tool is opened...
I just did this to make it easier to test out the fixes I made to the Vue scaffolding. I'm new to Nix so I'm not sure it was necessary...
I don't claim this is a thorough sweep that catches all bugs, but it does catch all bugs discovered via following the Getting Started Guide but choosing Lit and Vue...
The [degit](https://crates.io/crates/degit) crate used to fetch the template when using the `--templates-url` argument does not allow to specify rev/tag/branch which is quite a bummer when a template is supposed to...
link-entry scaffold tool creates code that doesn’t compile Compiling name_graph v0.0.1 (/Users/jmday/dev/holo/hello_link/dnas/name_graph/zomes/coordinator/name_graph) error[E0124]: field `name_entry_hash` is already declared --> dnas/name_graph/zomes/coordinator/name_graph/src/name_entry_to_name_entries.rs:6:5 | 5 | pub name_entry_hash: ActionHash, | ------------------------------- `name_entry_hash` first...
Using svelte (not sure of Vue or Lit) With plural `entry-type` name Creating a collection on that (plural-named) entry-type results in an import statement for singular `XDetail.svelte` filename but the...
* #93 proposes to use the nix built `hc-scaffold` for the integration tests. * #95 proposes running `cargo test`. instead of `cargo test` we could add a [crane](https://github.com/ipetkov/crane)-based test derivation...
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…...