IbanCli 0.0.1

dotnet tool install --global IbanCli --version 0.0.1                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local IbanCli --version 0.0.1                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=IbanCli&version=0.0.1                
nuke :add-package IbanCli --version 0.0.1                

.NET NuGet

IbanCli

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 iban

To run code in debug or release mode, type the following commands in your favorite terminal :

  • .\App.exe Generate BE
  • .\App.exe Validate BE88630745557701

To install global tool from a local source path, type commands :

  • dotnet tool install -g --configfile .\nugets\local.config IbanCli --version "*-*" --ignore-failed-sources

To install global tool from nuget source, type commands :

  • For stable version : dotnet tool install -g IbanCli --ignore-failed-sources
  • For prerelease version : dotnet tool install -g IbanCli --version "*-*" --ignore-failed-sources

To run global tool, type commands :

  • IbanCli -h
  • IbanCli Generate BE
  • IbanCli Validate BE88630745557701

IbanCli

Tools : net 8.0, iban-net, command-line, spectre-console

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.0.1 117 10/20/2024
0.0.1-beta 3,447 11/25/2021