rianjs / RepoInspector

Repository health scoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example usage

As a daemon

Versioning

Uses semver:

Given a version number MAJOR.MINOR.PATCH, increment the:

  1. MAJOR version when you make incompatible API changes,
  2. MINOR version when you add functionality in a backwards compatible manner, and
  3. PATCH version when you make backwards compatible bug fixes.

Publish instructions

To package up a new nuget version, and publish it, do the following:

  1. Bump the version in RepoInspector.csproj
  2. Update release-notes.md with what has changed, referencing the issue, if applicable
  3. In the directory containing RepoInspector.csproj, run dotnet pack -c Release
  4. Upload to nuget

About

Repository health scoring

License:MIT License


Languages

Language:C# 100.0%