This project is example how xeoServices can be used. Main entrypoint is a simple CLI build with yargs
Install project dependencies
pnpm install
Prepare .env file
cp .env.example .env
Get XEO_SERVICES_ACCESS_TOKEN --> Contact Us
Check available options
pnpm start --help
Pull xeoservices status:
pnpm start health
Register conversion process
pnpm start convert-ifc-xkt --input ./assets/Duplex.ifc
Check process status
pnpm start check-process --process <process_id>