Skip to content

devantler-tech/dotnet-age-cli

Repository files navigation

🔑 .NET Age CLI

License Test codecov

A simple .NET library that embeds the Age CLI.

🚀 Getting Started

Prerequisites

  • .NET 9.0 or later
  • Age CLI installed and available in your system's PATH

Installation

To get started, you can install the package from NuGet.

dotnet add package DevantlerTech.AgeCLI

📝 Usage

Note

The library currently only supports the age-keygen binary commands. The age binary commands are yet to be implemented.

using DevantlerTech.AgeCLI;

var (exitCode, output) = await AgeKeygen.RunAsync(["arg1", "arg2"]);

About

A simple .NET library that embeds the Age CLI.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 5

Languages