buildmd - Build markdown files to html with templates and metadata
Find a file
2025-05-24 14:09:49 -04:00
src Initial commit 2025-05-24 13:19:39 -04:00
.gitignore Initial commit 2025-05-23 16:05:45 -04:00
biome.json Initial commit 2025-05-24 13:19:39 -04:00
bun.lock Initial commit 2025-05-24 13:19:39 -04:00
package.json Initial commit 2025-05-24 13:19:39 -04:00
README.md Update readme 2025-05-24 14:09:49 -04:00
tsconfig.json Initial commit 2025-05-24 13:19:39 -04:00

buildmd

buildmd - Build markdown files to html with templates and metadata

Usage:
  buildmd file.md
  buildmd file.md -o output.html
  echo "some markdown" | buildmd

Options:
  --outfile, -o <file>    Output file path
  --template, -t <file>   Template file path
  --stylesheet, -s <file> Stylesheet file path
  --stdout                Force output to stdout
  --help, -h              Show this help message