docs: readme

This commit is contained in:
Dax Raad
2025-06-14 12:12:56 -04:00
parent 7ae04a8797
commit 7f4d13b76d
8 changed files with 198 additions and 32 deletions
@@ -2,6 +2,7 @@ import { Server } from "../../server/server"
import fs from "fs/promises"
import path from "path"
import type { CommandModule } from "yargs"
import { Config } from "../../config/config"
export const GenerateCommand = {
command: "generate",