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
- Host: GitHub
- URL: https://github.com/aimenux/ibancli
- Owner: aimenux
- Created: 2021-11-25T00:16:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T18:38:32.000Z (over 4 years ago)
- Last Synced: 2024-04-28T03:15:50.525Z (about 2 years ago)
- Topics: command-line-tool, global-tool, iban-generation, iban-validation, net60, spectre-console, vs22
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aimenux/IbanCli/actions/workflows/ci.yml)
[](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`
>
>
> 
>
**`Tools`** : net 8.0, iban-net, command-line, spectre-console