UNPKG

legal-markdown-js

Version:

Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version

14 lines 453 B
#!/usr/bin/env node /** * Unified entry point for legal-md distribution binary. * * Routes to subcommands when called with a known first argument, * otherwise delegates to the standard CLI. * * Usage: * legal-md [options] [input] [output] - standard processing CLI * legal-md ui - interactive UI mode * legal-md playground - local web playground */ export {}; //# sourceMappingURL=main.d.ts.map