Skip to content

demaconsulting/PandocTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>