Skip to content

ecoAPM/dotnet-libyear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08976fd · Jan 15, 2025
Nov 19, 2024
Jan 15, 2025
Jan 15, 2025
Dec 13, 2021
Nov 10, 2019
Nov 9, 2021
Nov 9, 2021
Nov 9, 2021
Nov 19, 2024
Nov 23, 2021
Nov 24, 2021

Repository files navigation

dotnet-libyear

A simple measure of dependency freshness

NuGet version CI Coverage

Maintainability Rating Reliability Rating Security Rating

Requirements

  • .NET SDK

Installation

dotnet tool install -g libyear

Usage

dotnet libyear [args] [{csproj}|{dir}]

  • Zero or more directories or csproj files may be passed
  • If no arguments are passed, the current directory is searched
  • If no csproj is found in a directory, subdirectories are searched

Arguments:

-h, --help: display this help message

-q, --quiet: only show outdated packages

-u, --update: update project files after displaying packages

-r, --recursive: search recursively for all compatible files, even if one is found in a directory passed as an argument

Limits:

-l, --limit: exits with error code if total libyears behind is greater than this value

-p, --limit-project: exits with error code if any project is more libyears behind than this value

-a, --limit-any: exits with error code if any dependency is more libyears behind than this value