Providing a global tool in order to validate and generate ibans
In this repo, i m building a global tool that allows to validate and generate ibans.
The tool is based on two sub commands :
- Use sub command
Generate
to generate an iban- Use sub command
Validate
to validate an ibanTo install global tool from nuget source, type command :
- For stable version :
dotnet tool install -g IbanCli --ignore-failed-sources
- For prerelease version :
dotnet tool install -g IbanCli --version "*-*" --ignore-failed-sources
To install global tool from a local source path, type command :
dotnet tool install -g --configfile .\nugets\local.config IbanCli --version "*-*" --ignore-failed-sources
To uninstall global tool, type command :
dotnet tool uninstall -g IbanCli
To run global tool, type commands :
IbanCli -h
IbanCli Generate BE
IbanCli Validate BE88630745557701
Tools
: net 8.0, iban-net, command-line, spectre-console