14

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

Nick Middleweek
  • 1,049
  • 2
  • 11
  • 19

1 Answers1

17

Check out Vorpal and Commander.js.

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

Bharathvaj Ganesan
  • 3,054
  • 1
  • 18
  • 32
Kayvan Mazaheri
  • 2,447
  • 25
  • 40