World's simplest ROR13 generator.
This is designed to run as a .NET tool. To build and install locally:
- Clone the repo.
- Run
dotnet pack. - Install with
dotnet tool install --global --add-source \path\to\ROR13\nupkg ror13.
- Open Command Prompt or PowerShell.
- Run
ror13. - Make hashes.
[ ] Publish nupkg on nuget.org.
