Skip to content

joggrdocs/tempo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

adb2439 · Mar 26, 2025
Mar 26, 2025
Mar 1, 2025
Sep 9, 2024
Mar 1, 2025
Mar 21, 2025
Mar 1, 2025
Mar 26, 2025
Mar 1, 2025
Sep 9, 2024
May 18, 2024
Feb 21, 2025
Mar 1, 2025
Jul 12, 2023
Mar 26, 2025
Dec 12, 2024
Mar 25, 2025

Repository files navigation


"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

Overview

A set of libraries used to programmatically build markdown documents, with a heavy tilt toward GitHub Flavored Markdown (GFM).

  • 🦄 Programmatically generate docs for CI or commit-hooks
  • 📋 Create reusable templates for your projects
  • 🤖 Build templates for standardizing output from LLMs
  • 🐱 Use all the goodness of GitHub Flavored Markdown (GFM)

Usage

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);

Libraries

  • 🏃 @joggr/tempo: A TypeScript library used to programmatically build markdown documents

License

Licensed under MIT.



⚡️ Want to sign up for Joggr?

You can sign up for free at our website: https://joggr.io
(or click button below 👇)

Sign up