UNPKG

legal-markdown-js

Version:

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

24 lines 777 B
#!/usr/bin/env node /** * Interactive CLI for Legal Markdown Processing * * This module provides an interactive command-line interface for Legal Markdown * processing, guiding users through file selection, format options, and processing * configuration with intuitive prompts. * * Features: * - Interactive file selection with recursive directory scanning * - Multiple output format selection (HTML, PDF, Markdown, Metadata) * - Conditional processing options based on selected formats * - CSS file selection for HTML/PDF styling * - Configuration confirmation and summary display * - Integration with existing CliService for processing * * @example * ```bash * # Launch interactive mode * legal-md-ui * ``` */ export {}; //# sourceMappingURL=index.d.ts.map