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.
- Host: GitHub
- URL: https://github.com/z1xus/dir-to-md
- Owner: Z1xus
- License: gpl-3.0
- Created: 2023-08-19T02:00:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T17:55:26.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T21:37:12.733Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```