Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.22 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.22 KB

GitHub forks GitHub Repo stars GitHub contributors GitHub

About

PandocTool is a repackaging of the Pandoc Universal Document Converter as a Dotnet tool.

Pandoc is already available in numerous formats for installation. Packaging it as a Dotnet tool allows for multiple versions to be installed and cached on a system simultaneously, and users can control which version is used through a Dotnet tool manifest file.

Installation & Usage

The following will add PandocTool to a Dotnet tool manifest file:

dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local DEMAConsulting.PandocTool

The tool can then be executed by:

dotnet pandoc <arguments>