PreCompress 0.9.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet tool install --global PreCompress --version 0.9.1
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 PreCompress --version 0.9.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PreCompress&version=0.9.1
nuke :add-package PreCompress --version 0.9.1

PreCompress

Simple tool to crete pre-compressed version for static content files to be served by Kestler or IIS with ASP.NET Core. The need arose from an issue with publishing, where the pre-compressed files had different (older) content ss the non-compressed versions. This tool is intended to be used as a post-publish step to create the compressed files.

Usage

Options:

-i, --input <i> (REQUIRED)  The file to compress. [] 
-nb, --NoBrotli             Omit Brotli compressed version. [default: False] 
-ng, --NoGzip               Omit GZip compressed version. [default: False]         
-d, --destination <d>       The output directory.

The input parameter can be multiple. Each can be a single file, a folder or a simple search patterm. If can be both absolute and relative, even mixed for the different parameter instances.

By default it will create both GZip and Brotli compressed versions of the file.

Destination directory should exist if specified.

Examples:

PreCompress.exe -i C:\temp\source\*.dll -d c:\temp\destination
PreCompress.exe -i C:\temp\source
PreCompress.exe -i source\file.dll
PreCompress.exe -i *.dll
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 was computed.  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