Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Node frameworks for command line apps?

I'm trying to find a pretty simple framework that I use to organise the 'architecture' of a nodejs command line app.

I've found this site: http://nodeframework.com/ but it seems to be focused around web or network frameworks so am hoping someone could point me to something more suitable.

Thanks, Nick

like image 376
Nick Middleweek Avatar asked Aug 16 '17 17:08

Nick Middleweek


1 Answers

Check out Vorpal and Commander.js.

There are lots of interesting projects for building CLIs. I'll list some of them below:

  • Vorpal
  • Commander.js
  • Caporal
  • Seeli ( C. L. I. )
  • Oclif
like image 151
Kayvan Mazaheri Avatar answered Sep 28 '22 14:09

Kayvan Mazaheri