@triplehex/aether-cli
v0.1.10
Published
Aether engine CLI distribution (native binary + Node.js wrapper).
Readme
@triplehex/aether-cli
Aether runtime cli.
Install
pnpm add @triplehex/aether-cli
# or
npm install @triplehex/aether-cliCLI usage
npx aether run .Node API
import { build, deploy, run, resolveBinary } from '@triplehex/aether-cli';
await run({ args: ['.'] });
console.log('binary path:', resolveBinary());Binary lookup
Search order:
AETHER_CLI_PATHenv overridevendor/<platform>-<arch>/aetherinside the package
If not found an error lists expected paths.
Local dev
Drop a compiled binary at vendor/<platform>-<arch>/aether (or set AETHER_CLI_PATH) then run the commands above.
License: UNLICENSED
