Skip to content

v0.1.0

Latest

Choose a tag to compare

@tavobarrientos tavobarrientos released this 26 Aug 06:22
· 1 commit to main since this release

First release of @ambystech/axo.

Slides in .mdx, components in .axo, output that is plain HTML — no client runtime, no
hydration, no CDN. A built deck opens over file:// with zero network requests.

npm i -D @ambystech/axo
npx axo new my-deck

A note on this release. 0.1.0 was published to npm by hand, because npm's trusted
publisher is configured on a package that already exists and this one did not yet. The
publish workflow therefore ran against a version already on the registry and stopped at
You cannot publish over the previously published versions — after passing every gate before
it. That is the guard working, not a broken pipeline. From v0.2.0 the workflow publishes.

This tag matches what is on npm: no shipped file changed between it and the manual publish.