Howdy,
I have a couple of suggestions for the cli:
The vulcan cli is fast, but I'm finding that creating my n2n relations takes a bit of time. The relationship properties of schemas are documented, but there isn't much hinting about overall design patterns because they tend to change at this point in Vulcan development... this would be a good way to document the 🌋 way of getting things done.
Howdy,
I have a couple of suggestions for the cli:
vulcan create <appName> style=<bootstrap|material>prvulcan heroku, set up heroku / deploy to herokuvulcan one2Many,hasOneresolvers on schema fields, creates basic fragmentsvulcan many-to-many <denormalized>(denormalized)hasMany, resolvers on schema fields, creates basic fragmentsvulcan many-to-many <normalized>creates relationship collection,hasMany, resolvers on schema fields, creates basic fragmentsvulcan package update, right now one of the biggest headaches I see with Vulcan is managing dependencies. We should manage the base dependencies in these starter repos and keep them synced.vulcan core newVersion “1.14.2”go through vulcan core and upgrade vulcan package versionsvulcan set-vulcan (one|two)this will set either workflow branch for devel (two repo install) or master (one repo install)The vulcan cli is fast, but I'm finding that creating my n2n relations takes a bit of time. The relationship properties of schemas are documented, but there isn't much hinting about overall design patterns because they tend to change at this point in Vulcan development... this would be a good way to document the 🌋 way of getting things done.