Caution
Joggr is shut down. This repository is archived and unmaintained. Do not depend on it for production use.
The published npm package remains available but will receive no further updates.
"Running gives freedom. When you run you can determine your own tempo. You can choose your own course and think whatever you want. Nobody tells you what to do." - Nina Kuscsik
A set of libraries used to programmatically build markdown documents, with a heavy tilt toward GitHub Flavored Markdown (GFM).
- 🦄 Programmatically generate docs for
CIorcommit-hooks - 📋 Create reusable templates for your projects
- 🤖 Build templates for standardizing output from LLMs
- 🐱 Use all the goodness of GitHub Flavored Markdown (GFM)
import fs from 'node:fs/promises';
import tempo from '@joggr/tempo';
const doc = tempo()
.h1('Hello, World!')
.p('This is a test document.')
.toString();
await fs.writeFile('test.md', doc);- 🏃
@joggr/tempo: A TypeScript library used to programmatically build markdown documents
Licensed under MIT.
You can sign up for free at our website: https://joggr.io
(or click button below 👇)
