UNPKG

@tryloop/oats

Version:

🌾 OATS - OpenAPI TypeScript Sync. The missing link between your OpenAPI specs and TypeScript applications. Automatically watch, generate, and sync TypeScript clients from your API definitions.

14 lines • 277 B
#!/usr/bin/env node /** * OATSJS CLI Entry Point * * This is the main CLI interface for OATS, providing commands for: * - Initialization * - Watching and syncing * - Validation * - Auto-detection * * @module oatsjs/cli */ export {}; //# sourceMappingURL=oats.d.ts.map