Skip to main content

Eidos compiler

Eidos uses its own extension to the TypeScript compiler to gather information about the TypeScript types. This compiler should be invoked everytime you make a change to eidos.ts by running npx eidos.

Usage: eidos [options]

Eidos CLI for bringing the power of TypeScript to the JavaScript runtime.

Options:
-V, --version output the version number
-l, --list display list of found types (default: false)
-t, --tree display tree of found types (default: false)
-o, --ontology generate an ontology LaTeX file (default: false)
-h, --help display help for command