Clippit icon indicating copy to clipboard operation
Clippit copied to clipboard

Fresh PowerTools for OpenXml

Clippit NuGet Badge

Build Status

Build Instructions

Open in Gitpod

Prerequisites

  • .NET CLI toolchain
  • libgdiplus
    • macOS: brew install mono-libgdiplus
    • Ubuntu: sudo apt-get update -y && sudo apt-get install -y libgdiplus

Build

Call .\build.cmd on Windows or ./build.sh on other systems.

Update docs

  • Install DocFx

    • Windows : choco install docfx -y
    • MacOS: brew install docfx
  • Run docfx docs/docfx.json --serve to start local copy of site/docs.