@lark-aily/aily-chart
v0.1.0
Published
Aily chart CLI — plotly-backed binary, distributed as a thin npm shim over per-platform binaries.
Downloads
20
Readme
@lark-aily/aily-chart
Plotly-backed chart CLI, shipped as platform-specific prebuilt binaries.
npm install -g @lark-aily/aily-chart
aily-chart bar --data '{"labels":["A","B"],"values":[10,20]}' -o chart.pngThe thin JS launcher in bin/aily-chart.js resolves a platform subpackage
(e.g. @lark-aily/aily-chart-darwin-arm64) and execs the binary inside it.
npm picks the correct subpackage automatically via os / cpu filters on
optionalDependencies; unsupported platforms simply fail to install the
subpackage without breaking npm install.
