mediacurrent / theme_generator_8

Yeoman generator for Drupal Themes - lets you quickly set up a Drupal 8 theme with sensible defaults and best practices.
MIT License
100 stars 25 forks source link

Support yml using the ‘generate’ subcommand #63

Open madelinelise opened 4 years ago

madelinelise commented 4 years ago

It would be a great option to be able to pass a flag with the 'generate' subcommand to allow components to be generated with either json or yml.

Since json is preferred, maybe stick to that as a default, but also allow the option for yml if you are on a project that is already using yml.