tinymist/crates/tinymist-cli
Myriad-Dreamin f6abe0c800
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
build: bump dependencies (#2206)
2025-10-29 04:30:38 +08:00
..
src build: bump dependencies (#2206) 2025-10-29 04:30:38 +08:00
Cargo.toml feat: add js transport to sync-ls (#2029) 2025-08-12 06:07:23 +08:00
dist.toml fix: rename tinymist-cli artifacts back to tinymist (#2030) 2025-08-12 05:29:03 +08:00
README.md feat: move and compile tinymist crate for wasm32 target (#2027) 2025-08-11 13:14:26 +08:00

tinymist

This crate provides a CLI that starts services for Typst [taɪpst]. It provides:

  • tinymist probe: Do nothing, which just probes that the binary is working.
  • tinymist lsp: A language server following the Language Server Protocol.
  • tinymist preview: A preview server for Typst.
  • tinymist --help Learn more about the CLI.

Usage

See Features: Command Line Interface.

Documentation

See Crate Docs.

Also see Developer Guide: Tinymist LSP.

Contributing

See CONTRIBUTING.md.