UNPKG

c4builder-non-windows

Version:

A CLI tool designed to compile a folder structure of markdowns and plant uml files into a site, pdf, single file markdown or a collection of markdowns with links

6 lines (4 loc) 70 B
#!/usr/bin/env node //entry point let cli = require('./cli'); cli();