An open API service indexing awesome lists of open source software.

https://github.com/aimenux/ibancli

Providing a global tool in order to validate and generate ibans
https://github.com/aimenux/ibancli

command-line-tool global-tool iban-generation iban-validation net60 spectre-console vs22

Last synced: about 1 month ago
JSON representation

Providing a global tool in order to validate and generate ibans

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/IbanCli/actions/workflows/ci.yml/badge.svg)](https://github.com/aimenux/IbanCli/actions/workflows/ci.yml)
[![NuGet](https://img.shields.io/nuget/v/IbanCli)](https://www.nuget.org/packages/IbanCli/)

# 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 install global tool from [nuget source](https://www.nuget.org/packages/IbanCli), 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`
>
>
> ![IbanCli](Screenshots/IbanCli.png)
>

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