tinymist/crates/tinymist-cli
2025-11-16 06:59:35 +08:00
..
src feat: disable typst::compile in syntax only mode 2025-11-16 06:59:35 +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.