kevmoo/build_cli
A builder that generates an ArgsParser from a class
This is a tool for Dart developers who need to create command-line applications. You define your application's options and flags by annotating a Dart class. The tool then automatically generates the code to parse arguments from the command line and populate your class with the correct values, simplifying the setup of your command-line interface.
Use this if you are developing a Dart command-line application and want an easy, declarative way to define and parse command-line arguments into a structured Dart class.
Not ideal if you are not developing in Dart or prefer to manually write argument parsing logic.
Stars
62
Forks
11
Language
Dart
License
MIT
Category
Last pushed
Mar 15, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/kevmoo/build_cli"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
inducer/cgen
C/C++ source generation from an AST
vil02/puzzle_generator
Generates python code representing a puzzle
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
numen31337/copy_with_extension
Auto-generate `copyWith` methods for your Dart classes.
finsberg/gotranx
Next generation ODE translator