dtmd
v2.6.1
Published
A tool to convert between directory structures and markdown
Maintainers
Readme
dtmd
A tool to convert between directory structures and markdown.
Installation
You can use this tool without installation via bunx:
bunx dtmd ...Usage
Convert a directory to markdown:
bunx dtmd --path /path/to/directory --output output.mdConvert markdown to directory structure:
bunx dtmd --path input.md --output /path/to/output/dir --reverseOptions
--path,-i: Path to the directory or Markdown file (required)--output,-o: Output file name or directory (default: 'output')--reverse,-r: Reverse mode: create directory structure from Markdown (default: false)--help,-h: Show help
License
MIT
