Releases: ambystechcom/Axo
Releases · ambystechcom/Axo
Release list
v0.1.0
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- Docs: https://axo.ambystech.io
- Editor support for
.axolives inextension/and ships separately, onextension-v*tags.
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.