scaffolding icon indicating copy to clipboard operation
scaffolding copied to clipboard

Scaffolding tool to quickly generate and edit holochain applications

Results 43 scaffolding issues
Sort by recently updated
recently updated
newest added

Code generated in `.rs` is poorly indented.

Are there plans to integrat reactjs? :)

Running `hc scaffold collections` deletes code comments from previously generated rust code in integrity zome ### How to reproduce 1. Scaffold web app, name it, select a template of your...

bug

The `material/mwc` components used in the built-in templates are no longer supported. It is recommended to upgrade to `@material/web`

Currently, scaffolding ~only~ implicitly supports `npm` as the package manager when working the hApp's workspace. If the developer has a preference for a different package manager, they would need to...

enhancement

This PR is an attempt at refactoring some the templates module, I struggled a lot with initially understanding the code and as a result would prove to be challenge in...

Currently, collections can only be made from an anchor to entry-types. I often have the case in my happs where I want to make collections of agent public keys, for...

Currently `hc scaffold link-type` only allows to create links from entry types to entry types, each of which must already have been created. A link in general however can point...

Currently the scaffolding tool only supports repositories with at least one `happ.yaml` and one `dna.yaml`. This covers the majority of projects, which are just web-happs that need to produce a...