sublayerapp / sublayer

A model-agnostic Ruby Generative AI DSL and framework. Provides base classes for building Generators, Actions, Tasks, and Agents that can be used to build AI powered applications in Ruby.
https://docs.sublayer.com
MIT License
109 stars 2 forks source link

Give users the option to also generate a command class in their cli template when generating a generator #107

Closed swerner closed 3 weeks ago

swerner commented 1 month ago

When generating a generator in a CLI project, a lot of times you want to create a command associated with it to be able to work with it in your app. This change adds an option and flag to the generate:generator command that allows you to have an LLM fill that in for you as well when creating the generator