https://github.com/aimenux/ssinmanager
A global tool in order to generate or validate ssin depending on country
https://github.com/aimenux/ssinmanager
global-tool net5 ssin vs19
Last synced: 10 months ago
JSON representation
A global tool in order to generate or validate ssin depending on country
- Host: GitHub
- URL: https://github.com/aimenux/ssinmanager
- Owner: aimenux
- Created: 2021-07-01T23:53:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T00:34:29.000Z (almost 5 years ago)
- Last Synced: 2025-07-17T01:39:43.871Z (11 months ago)
- Topics: global-tool, net5, ssin, vs19
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/aimenux/SsinManager/actions/workflows/ci.yml)
# SsinManager
```
A global tool in order to generate or validate ssin depending on country
```
In this demo, i m providing a global tool in order to generate or validate ssin numbers depending on country.
The tool is based on multiple sub commmands :
> - Use sub command `Generate` to generate ssin
> - Use sub command `Validate` to validate ssin
>
> To run code in debug or release mode, type the following commands in your favorite terminal :
> - `.\App.exe generate`
> - `.\App.exe generate -n 20 -c belgium`
> - `.\App.exe validate 60071320535`
> - `.\App.exe validate 60071320535 -c belgium`
>
> To install, run, update, uninstall global tool from a local source path, type commands :
> - `dotnet tool install -g --configfile .\Nugets\local.config SsinManager`
> - `SsinManager -h`
>
>
> To install global tool from [nuget source](https://www.nuget.org/packages/SsinManager), type these command :
> - `dotnet tool install -g SsinManager --ignore-failed-sources`
>
**`Tools`** : vs19, net 5.0