@aiql-org/cli
v2.9.0
Published
AIQL CLI - Command-line tool for parsing and transpiling AIQL code
Maintainers
Readme
@aiql-org/cli
Command-line tool for parsing and transpiling AIQL code.
Install
npm install -g @aiql-org/cliCommands
aiql transpile <file> -t <target> # Transpile to target format
aiql parse <file> # Show AST
aiql formats # List supported targets
aiql validate <file> # Validate syntaxTargets
Python, JSON, YAML, SQL, Coq, Lean
Docker
docker run -v $(pwd):/data aiql/cli transpile /data/example.aiql -t pythonLicense
MIT
