seedie icon indicating copy to clipboard operation
seedie copied to clipboard

Add a new generator that will generate and update/create new models when rails generator are triggered.

Open keshavbiswa opened this issue 1 year ago • 7 comments

For example:

rails g model Post title content:text÷

This should automatically update seedie.yml and add post inside it.

There should also be a flag to disable update inside the initializer.

keshavbiswa avatar Oct 08 '23 13:10 keshavbiswa