Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "termchart-monorepo",
"private": true,
"description": "termchart: deterministic Mermaid → ASCII/Unicode for terminals — CLI + Claude Code plugin.",
"description": "termchart — a live canvas your AI draws on: push native diagrams, charts & dashboards to a browser/iPad in real time. CLI + Claude Code plugin.",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ivanmkc/termchart",
"version": "0.5.0",
"description": "Deterministic Mermaid → ASCII/Unicode for terminals, plus push diagrams and live status updates (toasts/progress/loaders) to the remote termchart viewer.",
"description": "Push native diagrams, charts, dashboards & live status to the termchart viewer (browser/iPad) in real time — the CLI for the live canvas your AI draws on; also renders deterministic Mermaid → ASCII/Unicode in the terminal.",
"type": "module",
"bin": {
"termchart": "dist/cli.js"
Expand Down
Loading