-
Notifications
You must be signed in to change notification settings - Fork 744
Usage with neodoc #445
Description
Hey, I am the author of neodoc which provides a way to generate a CLI parser from the utility's help text. I feel these two projects go hand in hand really, really nicely as naturally when writing a script, you might want to expose a CLI but not add loads of boilerplate. With neodoc you add your help text like you would in a bash script — The helptext is then transformed into a parser that parses and validates user input. You can play with it online or check out the examples which actually use shelljs :). Neodoc is still flying under the radar currently, so I was hoping to raise some attention to it and gather some feedback as to how you would use it in conjunction with shelljs. Please do close this issue if you feel this out of place, not justified or idk. Otherwise, I'd love to get your feedback especially around how you'd use it with shelljs and what improvements and new features you'd like to see to improve the experience more.