dotnet-htmlpackager 0.2.4

dotnet tool install --global dotnet-htmlpackager --version 0.2.4
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local dotnet-htmlpackager --version 0.2.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-htmlpackager&version=0.2.4
nuke :add-package dotnet-htmlpackager --version 0.2.4

HtmlPackager is a small console .NET SDK tools used to package HTML content into a self contained HTML document either as a single file or console output stream, a folder with all dependencies copied to local or a zip file. It provides a automated way to perform a similar task to what Browser **Save As...** does to capture page output to disk.

The packager can create:

     * A single, self-contained and very large HTML file with all resources embedded inline
     * A single output stream into StdOut that contains self contained HTML output as above
     * An HTML file with all resources copied local into the same folder as the document
     * A zip file of the latter output

This package is for the .NET SDK tooling, there are also packages for Chocolatey (HtmlPackager) as a standalone Console Windows exe, and a Nuget .NET Standard Library package (westwind.htmlpackager) for the underlying API.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.2.4 120 3/25/2024
0.2.1 312 3/19/2023
0.2.0 228 2/11/2023
0.1.9 403 9/7/2021
0.1.7 556 7/5/2020
0.1.6.5 857 11/6/2018