Documentation
README
elegant-reports
Generate minimalist PDF reports inspired by Scandinavian editorial design.
When to Use
Use this skill when the user wants:
- polished executive briefings or board-style reports
- presentation-like PDFs generated from markdown
- a clean Nordic visual language instead of default developer styling
- a reusable report template system that can be extended carefully
Quick Start
Install the pinned dependencies from package-lock.json, then run:
cd /path/to/elegant-reports
node ./generate.js --list
node ./generate.js examples/sample-executive.md output.pdf --template executive --theme light
For HTML debugging, add --output-html so the generator saves the rendered HTML alongside the PDF.
Available Templates
This is the opening of the README. Read the full README on GitHub.