Skip to content

iworkflowio/iwf-dotnet-sdk

Repository files navigation

IWF .NET SDK

A .NET SDK for the Indeed Workflow Framework (IWF).

Installation

The package is available on NuGet:

dotnet add package IwfDotnetSdk

Usage

using IwfDotnetSdk;

var helloWorld = new HelloWorld();
string message = helloWorld.Hello();
Console.WriteLine(message); // Outputs: Hello, World!

Development

Prerequisites

  • .NET 8.0 SDK or higher

Build

dotnet build

Test

dotnet test

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

.Net SDK for iWF

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors