Friday, 5 June 2020

New command-line parser with 35+ opt-in features developed for 5 months needs your feedback

I have been working on a command-line parser for one of my open source projects (pxi) for about 5 months now. Today I have reached a milestone and wanted to collect feedback before I move on:Github Page: https://github.com/Yord/shargsIt has the following features:Highly customizable command-line arguments parser and usage documentation generator.35+ opt-in features, e.g. (multiple) subcommands, spelling mistake detection, default values, and (best guess) casting.Synchronous and Promise-based asynchronous mode with async/await support.Automatic usage documentation generation with fine-grained control over layouts and styles.Easily extensible with your own custom parser stages and custom usage layouts.Extensively documented and very well tested (750+ unit and integration tests).Modular library layout with zero runtime dependencies.Any feedback would be very welcome :).

Submitted June 05, 2020 at 11:32AM by Yord13

No comments:

Post a Comment