CSXL / solus

An AI assisted project generator.
MIT License
9 stars 1 forks source link

Outline API - Implement file and directory generation #16

Open ecsbeats opened 1 year ago

ecsbeats commented 1 year ago

This will enable generating and applying a project structure from a YAML outline. This step will require YAML serialization. We can use Canonical's yaml package to serialize the generated outline (see #6). We'll then apply this to the file system using Go's standard library os package.