Run it
Shell
cd examples/typescript-cli
npm install
npm run check
node dist/cli.js greet Anyam
node dist/cli.js versionWhat to inspect
src/index.tsexports the library functions.src/cli.tsprovides the executable entry point.anyam.jsonselects thegeneric.release-assetsTarget.- The build and tests use the compiled output.
A package registry or binary publisher can replace the Target without changing the Project, Change, Evidence, or Release model.