Hacker News new | ask | show | jobs
by Kamshak 2648 days ago
Try oclif https://github.com/oclif/oclif
2 comments

I can second this recommendation – Oclif[0] is an absolute pleasure to use. I'd even encourage developers who aren't at a "full-stack Node.js shop" to give it a shot.

I'm particularly impressed with the bash and zsh autocomplete support. I was delighted when I finished setting it up and everything worked perfectly on the first try.

[0]: https://oclif.io/

HN had something on this a few months back, "12 Factor CLI Apps":

https://news.ycombinator.com/item?id=18172689