Ritten 0.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Ritten --version 0.0.4
                    
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.0.4
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Ritten&version=0.0.4
                    
nuke :add-package Ritten --version 0.0.4
                    

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 check    # build, plus release validation: 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.20.1 0 9/25/2026
0.20.0 61 9/24/2026
0.19.0 76 9/23/2026
0.18.0 79 9/22/2026
0.17.0 76 9/22/2026
0.16.1 97 9/20/2026
0.16.0 100 9/20/2026
0.15.0 98 9/20/2026
0.14.0 92 9/18/2026
0.13.0 101 9/18/2026
0.12.0 90 9/17/2026
0.11.0 137 8/27/2026
0.10.0 190 8/22/2026
0.9.0 104 8/22/2026
0.8.0 124 8/21/2026
0.7.0 123 8/20/2026
0.6.0 216 8/19/2026
0.5.0 121 8/19/2026
0.4.0 125 8/19/2026
0.0.4 181 8/16/2026
Loading failed