Skip to content

Commit a2e74a4

Browse files
feat(cli): add doc-engine-cli to CLI Development
Adding `doc-engine-cli` to the `cli-helpers` category. It is a zero-config, highly performant CLI tool that transforms any Markdown file into a premium, academic-grade PDF. It uses a pure Python Markdown AST parser (`mistune`) and compiles directly to PDF via `typst` bindings, removing the heavy dependency on external LaTeX setups. I've included the PyPI ID so the metrics can be automatically tracked. Thank you for maintaining this awesome list!
1 parent 5755829 commit a2e74a4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

projects.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ projects:
325325
category: cli-helpers
326326
pypi_id: click
327327
conda_id: conda-forge/click
328+
- name: doc-engine-cli
329+
github_id: leonardosalasd/doc-engine-cli
330+
category: cli-helpers
331+
pypi_id: doc-engine-cli
328332
- name: minify-obfuscate-cli
329333
github_id: leonardosalasd/minify-obfuscate-cli
330334
category: cli-helpers

0 commit comments

Comments
 (0)