From ab0c8fcb021844b3f29691645264a20a97f1f03b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 21:39:44 +0000 Subject: [PATCH] Initial upload: man-card CLI tool with PDF/PNG generation, templates, and tests --- man_card/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 man_card/__init__.py diff --git a/man_card/__init__.py b/man_card/__init__.py new file mode 100644 index 0000000..6079e33 --- /dev/null +++ b/man_card/__init__.py @@ -0,0 +1,3 @@ +"""man-card: CLI tool for generating command reference cards from man pages.""" + +__version__ = "1.0.0"