grist-kit
v0.2.0
Published
Typesafe Grist JS library and CLI.
Maintainers
Readme
grist-kit
A CLI and type-safe client library for Grist, written in TypeScript. It provides:
- An agent-friendly CLI for interacting with Grist documents.
- A command-line tool to generate type definitions from a Grist table schema.
- A type-safe client for programmatically querying and manipulating Grist documents.
Status: Pre-release. API unstable.
Install
npm install grist-kitDocumentation
Documentation ships with the CLI itself, so it is always available offline and matches the installed version — handy for both humans and AI agents:
npx grist-kit help # list documentation topics
npx grist-kit help quickstart # read a topic
npx grist-kit help --all # print everythingThe docs site is generated from the same content (see src/help/topics.ts).
