args-kata
Argument parser exercise
Practices readable and maintainable coding skills in parsing command-line arguments
An hour-long hands-on practice on readable and maintainable programming
1 stars
3 watching
1 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nealhu/promotion-text-kata | An hour-long coding practice to improve readability and maintainability of a specific class implementation | 0 |
ivoputzer/cli-args-parser-kata | Implementing a CLI arguments parser to process input in various formats | 5 |
google/argh | An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. | 1,678 |
qookei/conflict | A C++17 command line argument parser library with basic options support | 3 |
nick-lucas/entrypoint | A .Net CLI argument parser that enables declarative definition of command line arguments and provides an API for executing commands with parsed arguments. | 137 |
ardalis/kata-catalog | A collection of coding exercises to practice good habits and techniques in software development | 745 |
jhumphry/parse_args | A package to parse command line arguments and options in Ada 2012 | 12 |
adamabdelhamed/powerargs | Provides a .NET Standard command line argument parser with advanced features and automatic exception handling | 569 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
matejak/argbash | Generates bash argument parsing code | 1,400 |
winksaville/zig-parse-args | A utility project for parsing command line arguments into a data structure | 0 |
prajwalch/yazap | A command-line argument parsing library for Zig | 152 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
juancarlospaco/cliche | A CLI argument parser library for Nim language | 82 |
ikskuh/zig-args | An argument parser library for Zig programming language | 255 |