Ritten 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Ritten --version 0.3.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.3.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Ritten&version=0.3.0
                    
nuke :add-package Ritten --version 0.3.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 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 41 9/20/2026
0.16.0 49 9/20/2026
0.15.0 49 9/20/2026
0.14.0 45 9/18/2026
0.13.0 65 9/18/2026
0.12.0 65 9/17/2026
0.11.0 132 8/27/2026
0.10.0 166 8/22/2026
0.9.0 101 8/22/2026
0.8.0 120 8/21/2026
0.7.0 118 8/20/2026
0.6.0 209 8/19/2026
0.5.0 118 8/19/2026
0.4.0 123 8/19/2026
0.3.0 127 8/18/2026
0.2.0 115 8/18/2026
0.1.0 117 8/18/2026
0.0.6 129 8/17/2026
0.0.5 133 8/17/2026
0.0.4 179 8/16/2026
Loading failed