Ritten 0.16.0

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

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.0 0 9/20/2026
0.15.0 0 9/20/2026
0.14.0 39 9/18/2026
0.13.0 60 9/18/2026
0.12.0 62 9/17/2026
0.11.0 131 8/27/2026
0.10.0 154 8/22/2026
0.9.0 98 8/22/2026
0.8.0 119 8/21/2026
0.7.0 115 8/20/2026
0.6.0 205 8/19/2026
0.5.0 114 8/19/2026
0.4.0 121 8/19/2026
0.3.0 121 8/18/2026
0.2.0 112 8/18/2026
0.1.0 111 8/18/2026
0.0.6 124 8/17/2026
0.0.5 130 8/17/2026
0.0.4 177 8/16/2026
0.0.3 128 8/15/2026
Loading failed