chartletv0.1.0-alpha.3

Installation

chartlet ships as a CLI and crate on crates.io and as an Astro package on npm. All three use the same renderer.

cargo install chartlet --version 0.1.0-alpha.3

To build from a clone of the repository instead, run cargo install --path ..

npm install @casoon/chartlet@alpha
cargo install chartlet --version 0.1.0-alpha.3

The alpha package calls the chartlet CLI, so install both. The CLI must be on PATH, or CHARTLET_BIN must point to it.

cargo add chartlet@0.1.0-alpha.3

Caution

While chartlet is in alpha, name the version explicitly. On npm, use the alpha tag.

Requirements

Package Requirement
CLI and crate Rust 1.88 or newer
@casoon/chartlet Astro 6 or newer, and the chartlet CLI

Next steps

Continue with the Quickstart.

Edit this page on GitHub · Docs for v0.1.0-alpha.3