Monday, March 18, 2019

A bunch of CLASPs

CLASP - Command-Line Argument Sorting and Parsing - is a suite of libraries for sophisticated parsing of command-line arguments and presenting the parsed elements - flags, options, values - in a usable form. The original C/C++ library was released in 2011; variants for other languages have been released from time to time since.

Of necessity (but also enjoying it), currently I'm building systems in a bunch of different technologies, including GoJavascript (NodeB), Python, and Ruby. As such, I have new/updated versions of the CLASP variants for these languages:


Each of the newly-released projects - Go, js, Python - contains  (on GitHub) an EXAMPLES.md file, with links to examples. CLASP.Ruby will provide examples in a forthcoming release.

No comments:

Post a Comment