UNPKG

c4dslbuilder

Version:

A CLI tool designed to compile a folder structure of markdowns and mermaid files into a site, pdf, single file markdown or a collection of markdowns with links - inspired by c4builder

4 lines (3 loc) 63 B
#!/usr/bin/env node import { run } from './cli/cli.js'; run();