📄️ bootstrap (Local Development Environment Setup)
Set up a local development environment with clasp + esbuild + TypeScript + GASsma in one shot with npx gassma bootstrap
📄️ CLI Commands
The gassma CLI commands (generate / init / validate / format / studio / version) and an overview of the generated files and types
📄️ migrate / db push (Syncing Sheets)
Generate a GAS function that syncs your spreadsheet's sheets and columns with the schema using npx gassma migrate dev / migrate deploy / db push
📄️ Config File (gassma.config.ts)
Centrally manage CLI settings (schema / datasource.url) in gassma.config.ts, with defineConfig, env(), search rules, and the --config option