Skip to content

Move ltml/server to cmd/serve-ltml; add cmd/render-ltml#21

Merged
rowland merged 2 commits intomasterfrom
claude/reorganize-cmd-structure-22X1J
Mar 28, 2026
Merged

Move ltml/server to cmd/serve-ltml; add cmd/render-ltml#21
rowland merged 2 commits intomasterfrom
claude/reorganize-cmd-structure-22X1J

Conversation

@rowland
Copy link
Copy Markdown
Owner

@rowland rowland commented Mar 28, 2026

Reorganise binary subprojects under the idiomatic cmd/ directory:

  • Rename ltml/server → cmd/serve-ltml (PLAN.md moved as-is)
  • Add cmd/render-ltml: CLI that parses an .ltml file, renders it to
    PDF via the ltml/ltpdf library, and writes to a file or stdout.
    Supports -assets , -output , and repeatable -extra
    flags for supplying assets to the renderer.

https://claude.ai/code/session_017EMmKQBWPtydCTAk4YGYxk

claude added 2 commits March 28, 2026 04:09
Reorganise binary subprojects under the idiomatic cmd/ directory:
- Rename ltml/server → cmd/serve-ltml (PLAN.md moved as-is)
- Add cmd/render-ltml: CLI that parses an .ltml file, renders it to
  PDF via the ltml/ltpdf library, and writes to a file or stdout.
  Supports -assets <dir>, -output <file>, and repeatable -extra <file>
  flags for supplying assets to the renderer.

https://claude.ai/code/session_017EMmKQBWPtydCTAk4YGYxk
@rowland rowland merged commit 1e52ea8 into master Mar 28, 2026
2 checks passed
@rowland rowland deleted the claude/reorganize-cmd-structure-22X1J branch March 28, 2026 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants