BlueprintAX
Private NuGet package feed and project template registry for the rithmXO ecosystem. Select a package or blueprint from the sidebar.
0
Blueprints
0
Packages
0
Required
0
Downloads
Quick Setup
1. Add the feed to nuget.config
<add key="rithmXO" value="https://blueprintax.rithmxo.org/v3/index.json" />
2. Initialize a new app with the default blueprint
mkdir my-app && cd my-app && git init ad init my-app
3. Install packages
dotnet add package Rithm.Platform.All --version 1.* dotnet restore