Feature 8: New API Generator
Define Once, Get Everything
One command creates a complete, consistent API:
npm run api:new -- --name "benefits" --resource "Benefit"
From a single data type, you automatically get:
- A complete API definition with create, read, update, delete, list, and search
- Interactive documentation
- A working simulated API
- Ready-to-use code libraries
- Starter example data to customize
All following established patterns - consistent with every other API in the toolkit