From e84b04449ea0e95d782f5264ab47801ae71dae34 Mon Sep 17 00:00:00 2001 From: Endeavorance Date: Sat, 24 May 2025 14:09:49 -0400 Subject: [PATCH] Update readme --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ba8f5f4..c157682 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ -# packmd +# buildmd -To install dependencies: - -```bash -bun install ``` +buildmd - Build markdown files to html with templates and metadata -To run: +Usage: + buildmd file.md + buildmd file.md -o output.html + echo "some markdown" | buildmd + +Options: + --outfile, -o Output file path + --template, -t Template file path + --stylesheet, -s Stylesheet file path + --stdout Force output to stdout + --help, -h Show this help message -```bash -bun run index.ts ``` - -This project was created using `bun init` in bun v1.2.12. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.