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

6 lines (5 loc) 209 B
/* istanbul ignore file */ export const CONFIG_FILENAME = '.c4dslbuilder'; export const CACHE_FILENAME = `${CONFIG_FILENAME}.cache.json`; export const DEFAULT_ROOT = 'src'; export const DEFAULT_DIST = 'docs';