Example · CLI

A non-web Project with a compiled release asset.

The example exports a small library and a command-line entry point. It shows that Anyam Releases do not require a web runtime.

Run it

Shell
cd examples/typescript-cli
npm install
npm run check
node dist/cli.js greet Anyam
node dist/cli.js version

What to inspect

A package registry or binary publisher can replace the Target without changing the Project, Change, Evidence, or Release model.

Other examplesWorker app ↗Hybrid video player ↗