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

5 lines (4 loc) 182 B
export const CONFIG_FILENAME = '.c4dslbuilder'; export const CACHE_FILENAME = `${CONFIG_FILENAME}.cache.json`; export const DEFAULT_ROOT = 'src'; export const DEFAULT_DIST = 'docs';