Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

ryexi/raiden

Repository files navigation

Raiden

NuGet Badge

A build tool designed to streamline the process of versioning software releases.

Raiden Preview

Prerequisites

Getting Started

To start using Raiden, you'll need to install the tool on your machine. You can do this by running the following command:

dotnet tool install --global Raiden

After installing Raiden, you can run the following command to initialize the tool in your project directory:

raiden init

This will create a .raidenconfig file in your project directory, where you can configure the tool to meet your specific needs.

Usage

To use Raiden, simply run the following command in your project directory:

raiden build

Raiden will increment the version number of your project and then call your build script.

License

This project is licensed under the MIT license.