Examples
Kindly handbooks can be written in Gleam, TypeScript, or JavaScript, and the best examples currently live in this repository.
dev/handbook.gleamshows Kindly’s own real-world project handbook. It uses grouped tasks, shared helpers, generated task definitions, and multistep command chains.demos/handbook.tsis a more playful TypeScript example that still shows the shape of a larger handbook with groups and reusable task helpers.test_projects/deno_project/handbook.tsis a small Deno example.test_projects/node_project/handbook.jsis a small Node.js example.
What to look for
These examples show a few different styles of use:
- Direct tasks with one obvious tag
- Grouped tasks that can be narrowed by additional tags
- Shared helpers for repeated command patterns
- Task generation in code
- Multistep tasks using
stepandcommand_step
For a guided introduction, see the Quickstart guide. For the full API, see the API reference.