7 Repos
Libraries for argument parsing and command-line interpretation in Nim.
Explore 7 awesome GitHub repositories matching part of an awesome list · Nim CLI Frameworks. Refine with filters or upvote what's useful.
This approach to CLIs was inspired by Andrey Mikhaylenko's Python argh (Click became more popular). The key observation is that proc signatures already encode what you need to generate CLIs - names, types, and default values. Reflection then suffices to generate parser-dispatchers translating…
Library to infer and generate command-line interfaces.
docoptdocopt.org creates beautiful command-line interfaces
Nim port of the docopt argument parser.
AutoMagic CLI argument parsing is so Cliché.
Library for automated CLI argument parsing.
nim-confutils
Simplified handling of options and config files.
clapfn is an easy-to-use Command Line Argument Parser For Nim.
Fast and simple argument parser.