A process manager made in C# with NativeAOT in mind.
See documentation at jand.jan0660.dev.
| OS | Methods |
|---|---|
| Windows | CI |
| Linux | CI |
| MacOS | CI |
other distro-specific instructions
For building with NativeAOT make sure you fill the prerequisites first.
git clone https://github.com/Jan0660/JanD.git
cd JanD/JanD
# for more RIDs available other than linux-x64 see https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#using-rids
dotnet publish -r linux-x64 -c release
# compiled binary is now available at ./bin/release/net5.0/linux-x64/publish/JanD