dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Add descriptors support: title, version, banner #232

Closed milesj closed 7 years ago

milesj commented 7 years ago

Adds the ability to define a title, version, and banner for the vorpal instance. These descriptors will then be rendered when a help screen appears, for example:

screen shot 2017-05-18 at 19 25 13

Satisfies part of this PR: https://github.com/dthree/vorpal/issues/224

milesj commented 7 years ago

Unrelated, but if you're looking for help on this project, or someone to take it over, I am willing.

dthree commented 7 years ago

Looks good, like the idea! 👍


I definitely would, that would be very appreciated! Is this something you think you could invest a fair bit of time into?

milesj commented 7 years ago

I definitely can.

milesj commented 7 years ago

@dthree

Would it make the most sense to move this repository to the vorpaljs org (https://github.com/vorpaljs), and start adding new collaborators?