md2pdf2 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,6 +29,16 @@ md2pdf2 convert input.md --template my-template.hbs -o output.pdf
|
|
|
29
29
|
md2pdf2 dev input.md
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
+
## Agent Skill
|
|
33
|
+
|
|
34
|
+
Install the md2pdf2 skill for Claude Code, Amp, OpenCode etc:
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
npx skills add areai51/md2pdf2
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
This adds the skill to your Claude Code environment, enabling intelligent PDF generation with automatic template selection and markdown formatting.
|
|
41
|
+
|
|
32
42
|
## Dev Mode
|
|
33
43
|
|
|
34
44
|
Start a live preview server to see your markdown rendered in different templates:
|