Reml.Cli 0.1.0-alpha

This is a prerelease version of Reml.Cli.
dotnet tool install --global Reml.Cli --version 0.1.0-alpha
                    
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 Reml.Cli --version 0.1.0-alpha
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Reml.Cli&version=0.1.0-alpha&prerelease
                    
nuke :add-package Reml.Cli --version 0.1.0-alpha
                    

REML for .NET

C# implementation of REML — a configuration language with composable includes.

Install

Requires .NET 10 SDK (preview).

Library

dotnet add package Reml.Core

CLI (global tool)

dotnet tool install -g Reml.Cli
reml validate app.reml

Source generator

<PackageReference Include="Reml.Core" Version="0.1.0-alpha" />
<PackageReference Include="Reml.Generators" Version="0.1.0-alpha" PrivateAssets="all" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />

<ItemGroup>
  <AdditionalFiles Include="app.reml" />
</ItemGroup>

Or import targets from a local clone (development):

<Import Project="path/to/reml-csharp/build/Reml.SourceGenerators.targets" />

Packages

Package Description
Reml.Core Parser, evaluator, serialization, formatting
Reml.Cli reml global tool
Reml.Generators Roslyn analyzer + [RemlConfig] attributes

Versioning

Packages follow SemVer. Pre-1.0 releases may break APIs. See CHANGELOG.md.

Build from source

dotnet build Reml.slnx
dotnet test Reml.slnx

Pack locally:

dotnet pack src/Reml.Core/Reml.Core.csproj -c Release -o ./artifacts
dotnet pack src/Reml.Cli/Reml.Cli.csproj -c Release -o ./artifacts
dotnet pack src/Reml.Generators/Reml.Generators.csproj -c Release -o ./artifacts

Publish to NuGet: push a tag v* (see .github/workflows/publish.yml).

Publishing uses nuget.org trusted publishing (OIDC via NuGet/login@v1) — configure a trusted publisher on nuget.org and set the GitHub secret NUGET_USER (your nuget.org profile name). See docs/nuget-trusted-publishing.md for setup steps (Chinese).

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.1.0-alpha 77 5/19/2026