https://github.com/aimenux/commandlinetoolsdemo
Using various command line tools frameworks
https://github.com/aimenux/commandlinetoolsdemo
cli-tools command-line-tools mc-master-commandline net80 spectre-console system-commandline
Last synced: 4 months ago
JSON representation
Using various command line tools frameworks
- Host: GitHub
- URL: https://github.com/aimenux/commandlinetoolsdemo
- Owner: aimenux
- License: mit
- Created: 2022-11-06T16:29:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T11:58:57.000Z (12 months ago)
- Last Synced: 2025-01-10T00:24:35.924Z (6 months ago)
- Topics: cli-tools, command-line-tools, mc-master-commandline, net80, spectre-console, system-commandline
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aimenux/CommandLineToolsDemo/actions/workflows/ci.yml)
# CommandLineToolsDemo
```
Using various command line tools frameworks
```> In this demo, i m using various frameworks in order to parse command line arguments and run commands :
>
> - [System.CommandLine](https://github.com/dotnet/command-line-api)
> - [CommandLineUtils](https://github.com/natemcmaster/CommandLineUtils)
> - [Spectre.Console.Cli](https://spectreconsole.net/cli)
> - [Cocona](https://github.com/mayuki/Cocona)
>
> In order to run commands, type :
> - [App.exe] upper -i [input]
> - [App.exe] lower -i [input]
> - [App.exe] --version
> - [App.exe] --help
>**`Tools`** : net 8.0