An open API service indexing awesome lists of open source software.

https://github.com/z1xus/dir-to-md

Converts your entire project directory to a single md file.
https://github.com/z1xus/dir-to-md

Last synced: about 1 year ago
JSON representation

Converts your entire project directory to a single md file.

Awesome Lists containing this project

README

          

## dir-to-md
Converts your entire project directory to a single md file.

### Usage:
1. Clone the repository
```bash
git clone https://github.com/Z1xus/dir-to-md
```
2. Run it
```bash
python3 main.py [-h] -i INPUT -o OUTPUT
```