legal-markdown-js
Version:
Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version
41 lines (29 loc) • 1.16 kB
Markdown
# CLI Usage Examples
Comprehensive examples demonstrating various command-line interface usage
patterns and options.
## 📋 What this example demonstrates
- Command-line interface usage patterns
- Batch processing capabilities
- Various output format options
- CLI flags and options
## 📁 Files
- **demo-contract.md** - Sample contract for CLI demonstration
- **simple-contract.md** - Simple document for batch processing
- **demo-contract.output.md** - Basic CLI output
- **demo-contract.output.html** - HTML with title
- **demo-contract.output.pdf** - PDF generation
- **simple-contract.output.md** - Highlighted output
- **simple-contract.output.html** - HTML with highlighting
- **\*.batch.output.md** - Batch processed files
## 🚀 Usage
```bash
./run.sh
```
## 🔍 Key features shown
1. **CLI Commands**: Various command-line options
2. **Batch Processing**: Processing multiple files
3. **Output Formats**: HTML, PDF, and markdown outputs
4. **Advanced Options**: Highlighting, titles, and formatting
## 💡 Learn more
- [CLI Reference](../../../docs/cli-reference.md)
- [Batch Processing Guide](../../../docs/batch-processing.md)