srele96 / run-them-all

Allows you to save the series of commands to a configuration and run them all easily.
MIT License
0 stars 1 forks source link

libraries for interactive cli #16

Open srele96 opened 2 years ago

srele96 commented 2 years ago

Version support

Versions below support Node >=10.

Terminal styling

Chalk - https://github.com/chalk/chalk/tree/v4.1.2

Interactive CLI

Yargs - https://github.com/yargs/yargs/tree/v16.2.0

Collect user input

Prompts - https://github.com/terkelg/prompts#readme

Concerns

Do we need commander? Compare commander to Yargs.