Skip to content

Manifest

KADI agent for game lifecycle management - shutdown, rebuild (MSBuild), and relaunch DaemonAgent

FieldValue
Version0.1.0
Typeagent
Entrypointdist/index.js
  • ability-log *
Terminal window
kadi run preflight # node --version
kadi run setup # npm install && npm run build
kadi run build # npx tsc
kadi run start # node dist/index.js
kadi run dev # npx tsx watch src/index.ts
kadi run clean # rm -rf node_modules dist package-lock.json