PhoneCli 0.0.3

dotnet tool install --global PhoneCli --version 0.0.3                
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 PhoneCli --version 0.0.3                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PhoneCli&version=0.0.3                
nuke :add-package PhoneCli --version 0.0.3                

.NET NuGet

PhoneCli

A net global tool helping to generate and validate phone numbers

In this repo, i m building a global tool that allows to generate and validate phone numbers.

The tool is based on multiple sub commands :

  • Use sub command Generate to generate phone numbers
  • Use sub command Validate to validate phone numbers
  • Use sub command Info to get country/calling phone codes

To install global tool from nuget source, type command :

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

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

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

To uninstall global tool, type command :

  • dotnet tool uninstall -g PhoneCli

To run global tool, type commands :

  • PhoneCli -h to show help
  • PhoneCli -s to show settings
  • PhoneCli Generate to generate phone numbers
  • PhoneCli Validate to validate phone numbers
  • PhoneCli Info to get country/calling phone codes

PhoneCli

Tools : net 6.0/7.0/8.0, command-line, spectre-console, libphonenumber, fluent-validation, fluent-assertions, xunit

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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.3 104 10/20/2024
0.0.2 213 5/7/2023
0.0.1 169 5/7/2023