You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c12i
changed the title
Add option to scaffold web-app from a configuration file
feat: Add option to scaffold web-app from a configuration file
Oct 15, 2024
The post you linked requires some sort of permission to read it, even signing up for Hackmd.io still throws error 403. Do you have an alternative link?
Yes it does @Zequez, will move over the content here, thanks for the heads up
c12i
changed the title
feat: Add option to scaffold web-app from a configuration file
feat: Add option to scaffold web-app from a configuration file (that can be autogenerated)
Nov 11, 2024
Scaffolding Replay Feature
Solutions
Technical Details
The config file should follow the schema above, the
example
andtemplate
commands are left out since they are non project editingCreate structs for scaffoldable items and have a method to yamlfy the struct, then write it to a
scaffold-log.yaml
fileCreate a command to scaffold from a config yaml file.
The text was updated successfully, but these errors were encountered: