0.3.2 • Published 5 months ago

@joggr/marathon v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Overview

Library of markdown templates for engineering documentation with a programmatic interface.

Getting Started

npm

npm install @joggr/marathon

yarn

yarn add @joggr/marathon

Example

import fs from 'node:fs/promises';
import marathon from '@joggr/marathon';

const result = marathon.run('api-basic', {
    title: 'This is a title'
});

fs.writeFile('API.md', result);
0.3.2

5 months ago

0.3.1

8 months ago

0.3.0

9 months ago

0.2.0

10 months ago

0.1.0

10 months ago