#!/usr/bin/env node /** * lt-gen CLI - Generate TypeScript definitions from Spinta API metadata * * Usage: * npx lt-gen [options] * * Examples: * npx lt-gen datasets/gov/ivpk/adk * npx lt-gen datasets/gov/ivpk/adk --output ./types/adk.d.ts * npx lt-gen datasets/gov/ivpk/adk --base-url https://get.data.gov.lt * * Options: * --output, -o Output file path (default: stdout) * --base-url Base URL for the API (default: https://get.data.gov.lt) * --help, -h Show help */ export {}; //# sourceMappingURL=index.d.ts.map