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

New project command #62

Closed swerner closed 2 months ago

swerner commented 2 months ago

Right now the process of creating a new project requires you to set everything up yourself. Building out CLI functionality to create a blank starter project will help make it easier to make new things

swerner commented 2 months ago

Thinking right now, supporting templates for a command line project and a "deploy to render.io" project shell for web services

swerner commented 2 months ago

Completed with https://github.com/sublayerapp/sublayer/pull/72 will go out in the 0.2.4 release