litmdx
v0.4.0
Published
CLI and template for the [LitMDX](https://litmdx.dev) documentation framework.
Readme
litmdx
CLI and template for the LitMDX documentation framework.
Install
bun add -D litmdxCommands
bunx litmdx dev # start the dev server
bunx litmdx build # build static site to dist/Development
bun run build # compile src/ + copy template to dist/
bun run typecheck # type-check src and template
bun run test # run tests
bun run lint # ESLintPart of the LitMDX monorepo.
