UNPKG

c4builder-weldfire-test

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

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