clite-parser
CLI generator
CLI generator from classes or objects
CliteParser generates CLI from classes (or objects) : each method generates a "command", each field generates an "option"
7 stars
1 watching
1 forks
Language: TypeScript
last commit: about 1 month ago argsclassclicommand-line-tooldenonodejsparser
Related projects:
Repository | Description | Stars |
---|---|---|
ivoputzer/cli-args-parser-kata | Implementing a CLI arguments parser to process input in various formats | 5 |
gerhobbelt/jison | An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 119 |
gabriella439/optparse-generic | A tool to automatically generate a command-line interface from any Haskell data type | 208 |
clojure/tools.cli | Provides tools for parsing and managing command-line arguments in Clojure applications. | 726 |
clj-commons/marginalia | Generates documentation for Clojure projects by parsing and highlighting source code | 826 |
weavejester/codox | Generates API documentation from source code in a specific programming language | 667 |
cirru/sepal.clj | Generates Clojure code from EDN vectors | 31 |
jech/cl-yacc | A Common Lisp implementation of the Yacc parser generator tool | 57 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 460 |
c-blake/cligen | A library to generate command-line interfaces and option/argument parsing in Nim. | 516 |
pokepay/cl-string-generator | Generates strings from regular expressions using Common Lisp | 23 |
siokas/denomander | A Deno-based framework for building command-line interfaces | 150 |
keean/parser-combinators | A C++ library for building efficient and maintainable parsers with flexible composition and runtime polymorphism. | 97 |
vishwanatharondekar/gitlab-cli | A command-line utility for interacting with GitLab repositories | 267 |
piglovesyou/graphql-let | A tool that automates the generation of TypeScript code from GraphQL queries | 454 |