Added a simple CLI.

This commit is contained in:
Adam Fourney
2024-11-14 07:50:21 -08:00
parent c78412536f
commit 997c7af53c
2 changed files with 45 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ Source = "https://github.com/microsoft/markitdown"
[tool.hatch.version]
path = "src/markitdown/__about__.py"
[project.scripts]
markitdown = "markitdown.__main__:main"
[tool.hatch.envs.types]
extra-dependencies = [
"mypy>=1.0.0",