Ritten 0.16.1

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

Ritten

Your build, ritten in C#.

Installation

Ritten is a .NET tool. Pin it per repository so that everyone — and CI — runs the same version:

dotnet new tool-manifest
dotnet tool install ritten

Usage

Describe the project in a ritten.json at its root:

{
    "build": {
        "project": "src/Thing/Thing.csproj"
    }
}

Then run a job from anywhere in the repository:

dotnet ritten build    # compile and test
dotnet ritten install  # build, pack, and install the tool globally from the working tree
dotnet ritten check    # build, plus release checks: formatting, version, and changelog
dotnet ritten deploy   # check, then pack, tag, release, and publish

License

See LICENSE.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
0.16.1 0 9/20/2026
0.16.0 0 9/20/2026
0.15.0 0 9/20/2026
0.14.0 41 9/18/2026
0.13.0 63 9/18/2026
0.12.0 64 9/17/2026
0.11.0 132 8/27/2026
0.10.0 155 8/22/2026
0.9.0 100 8/22/2026
0.8.0 120 8/21/2026
0.7.0 118 8/20/2026
0.6.0 207 8/19/2026
0.5.0 117 8/19/2026
0.4.0 123 8/19/2026
0.3.0 124 8/18/2026
0.2.0 114 8/18/2026
0.1.0 115 8/18/2026
0.0.6 126 8/17/2026
0.0.5 131 8/17/2026
0.0.4 178 8/16/2026
Loading failed