2.6.1 • Published 9 months ago

dtmd v2.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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.md

Convert markdown to directory structure:

bunx dtmd --path input.md --output /path/to/output/dir --reverse

Options

  • --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

2.6.1

9 months ago

2.6.0

9 months ago

2.3.0

10 months ago

2.2.0

10 months ago

2.5.0

10 months ago

2.4.0

10 months ago

2.1.0

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago