http-server-md
Version:
A configurable HTTP server that serves markdown files rendered to HTML with markdown-it
14 lines (12 loc) • 332 B
JavaScript
const INIT_TEMPLATE_YARGS_CONFIG = {
command: 'init-template <name>',
describe: 'Initialize a new httpmd template repo',
builder: {
name: {
description: 'Template name, prefixed with "http-server-md-template-"',
demandOption: true,
type: 'string'
}
}
}
module.exports = INIT_TEMPLATE_YARGS_CONFIG