A modern framework for building modern CLI apps
This library is a .NET command line parser for C# and F# that implements POSIX getopt conventions to map shell arguments into strongly typed objects. It provides a framework for building console applications that process Unix-style flags and options. The project features a routing system that directs program execution based on action-oriented verbs, supporting sub-commands and default actions. It includes an automatic help generator that produces localized usage instructions and formatted help screens based on the defined command options. The toolset covers argument parsing with strongly typ
Cookiecutter is a command-line project templating engine and scaffolding tool used to automate the creation of software project structures. It functions as a project automator that generates initialized repositories and directories from predefined templates using variable substitution. The system utilizes the Jinja2 templating language to render files and folders, transforming generic blueprints into customized codebases based on user input. It supports template distribution via Git repositories or zip archives, allowing for the standardization of development environments across teams. The t
The ultimate .NET Standard command line argument parser
A simple netsh library for C#
The main features of rpetz/sharpnetsh are: CLI Tools.
Open-source alternatives to rpetz/sharpnetsh include: bilal-fazlani/commanddotnet — A modern framework for building modern CLI apps. commandlineparser/commandline — This library is a .NET command line parser for C# and F# that implements POSIX getopt conventions to map shell… cookiecutter/cookiecutter — Cookiecutter is a command-line project templating engine and scaffolding tool used to automate the creation of… copier-org/copier — Library and command-line utility for rendering projects templates. dbcli/litecli — CLI for SQLite Databases with auto-completion and syntax highlighting. adamabdelhamed/powerargs — The ultimate .NET Standard command line argument parser.