Metadata-Version: 2.1
Name: md_preview022
Version: 1.0.0
Summary: A simple Markdown preview tool for the terminal.
Home-page: https://github.com/akaashvaa/preview_md_file
Author: Akash Verma
Author-email: ahmvaad@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# mdm

`mdm` is a simple Markdown preview tool for the terminal. It allows you to quickly view the content of Markdown files directly in your terminal with formatted output.

## Development Setup

1. **Clone the Repository**

   ```bash
   git clone https://github.com/akaashvaa/preview_md_file.git
   cd mdm
   ```

2. **Install the Package Locally**

   Install the package in editable mode. This allows you to make changes to the code and see those changes without reinstalling the package.

   ```bash
   pip install -e .
   ```

3. **Install Dependencies**

   Ensure you have the required dependencies. Install them using:

   ```bash
   pip install -r requirements.txt
   ```

4. **Run and Test**

   Use the `mdm` command to test your changes. For example:

   ```bash
   mdm path/to/your/README.md
   ```

## License

This project is licensed under the MIT License. See the LICENSE file for details.



