CLI Tools for Making Fields and Assignments
Created 6 years ago by ryanthompson

We need something very similar to: https://github.com/websemantics/builder-extension

In core to be able to scaffold addons more thoroughly and faster.

This will also lead to adding a "Build" button to the Streams module for example.

edster  —  6 years ago

YES FINALLY, been pushing this for ages 😛

william  —  6 years ago

What we seriously need yesterday, is a way to do "page types" scaffolded..

squatto  —  6 years ago

To make my life easier when creating page, I created a PageTypeSeeder base class that I extend from to create a page type seeder. One sec and I'll throw them on a gist...

squatto  —  6 years ago

You'll want to tweak this (obviously) to be specific to your project, but here is what I did: https://gist.github.com/squatto/7171748afc562464f7f1efdf15b6cf47

squatto  —  6 years ago

I did the same type of thing to create pages with a seeder: https://gist.github.com/squatto/ed23fc0cc7574e7a5a3c4945173890c0