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
{{ message }}
This repository was archived by the owner on Nov 21, 2018. It is now read-only.
As an hcdev user, I want the generate zome command to create a scaffold in the zome.json file of an entry type with a sample exposed function definition, and also code for that exposed function.
Currently the generate function just creates a bare-bones zome with a "main()" code function that doesn't really make sense, it needs to be fleshed out a bit with a sample entry_types definition.
As an hcdev user, I want the
generate zomecommand to create a scaffold in thezome.jsonfile of an entry type with a sample exposed function definition, and also code for that exposed function.Currently the generate function just creates a bare-bones zome with a "main()" code function that doesn't really make sense, it needs to be fleshed out a bit with a sample
entry_typesdefinition.