Summary:\n- added Codex marketplace registry plus awareness/ethics/guardrails sub-plugins\n- mirrored Claude plugin commands/scripts/hooks into codex api/ci/code/collect/coolify/core/issue/perf/qa/review/verify\n- embedded Axioms of Life ethics modal, guardrails, and kernel files under codex/ethics\n- added Codex parity report, improvements list, and MCP integration plan\n- extended Gemini MCP tools and docs for Codex awareness
501 B
501 B
name: generate description: Generate TypeScript/JavaScript API client from Laravel routes args: [--ts|--js] [--openapi]
Generate API Client
Generates a TypeScript or JavaScript API client from your project's Laravel routes.
Usage
Generate TypeScript client (default):
core:api generate
Generate JavaScript client:
core:api generate --js
Generate OpenAPI spec:
core:api generate --openapi
Action
This command will run a script to parse the routes and generate the client.