Woodman.DKGen 2.0.0

dotnet tool install --global Woodman.DKGen --version 2.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 Woodman.DKGen --version 2.0.0                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Woodman.DKGen&version=2.0.0                
nuke :add-package Woodman.DKGen --version 2.0.0                

draftkings-lineup-generator

DraftKings.LineupGenerator.Console

Command Line Arguments:
  • Required:
    • --contestId {int} Contest identifier from URL
  • Optional:
    • --include-questionable [default: false] Includes draftables with a questionable status.
    • --include-base-salary [default: false] Includes draftables with the base salary (lowest possible).
    • --output-format [default=text] The console output format. One of (json | text).
    • --give-me The names of players to include in generated lineups (comma delimited) e.g. --give-me "mahomes, travis kelce"
    • --exclude-player The names of players to exclude in generated lineups (comma delimited)
  • Option (Classic Only):
    • --min-fppg [default: 10.0] Minimum fantasy points per game (per player - excluding DST).
  • Option (Showdown Only):
    • --exclude-defense [default: false] Excludes DST positions from lineups.
    • --exclude-kickers [default: false] Excludes Kicker positions from lineups.
    • --give-me-captain The names of captain players to include in generated lineups (comma delimited) e.g. --give-me-captain "mahomes, travis kelce"
    • --exclude-captain The names of captain players to exclude in generated lineups (comma delimited)
Install from NuGet
dotnet tool install --global Woodman.DKGen
Product Compatible and additional computed target framework versions.
.NET 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
2.0.0 168 12/24/2023
1.8.0 192 11/14/2023
1.7.0 155 11/12/2023
1.6.0 166 11/12/2023
1.5.0 275 10/21/2023
1.4.2 190 10/14/2023
1.4.1 244 10/13/2023
1.4.0 232 10/13/2023
1.3.0 214 10/5/2023
1.2.0 221 9/29/2023
1.1.0 216 9/25/2023
1.0.1 191 9/25/2023
1.0.0 210 9/24/2023

Updated to .NET 8