LnWarn.Cmd 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global LnWarn.Cmd --version 1.0.0
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 LnWarn.Cmd --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LnWarn.Cmd&version=1.0.0
nuke :add-package LnWarn.Cmd --version 1.0.0

A dotnet tool to count lines and return an error when there are too many.

lnwarn --help
Count lines and return non zero when files exceed maximum number of lines.

Usage: LnWarn.Cmd [options]

Options:
  --min-line-length|-ml  Lines that have less characters will not be counted.
                         This will ignore initial whitespace
  --max|-m               If any file has more than this maximum lines, then exit with a non zero exit code
  --include|-i           A list of glob patterns for files to include
  --exclude|-x           A list of glob patterns for files to exclude
  -?|-h|--help           Show help information

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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
1.0.4 122 2/20/2024
1.0.3 151 2/20/2024
1.0.1 135 6/25/2023
1.0.0 143 6/25/2023