This is a method of creating a terminal menu. You can define a set of menus with default keys and either show the menu, or optionally pass in a key or abbr ro run that command.
- Will pick up a file with a list of commands and show a menu, with default keys attached
- Will pick up a YAML and show a menu
- Will allow us to pass in a key to run the command automatically
- Will allow us to add commands with keys and optional descriptions
This will allow you to create an NPM script as follows:
"scripts": {
"compile": 'consolation-menu compile',
"build": 'consolation-menu build',
}
Download links:
HTTPS clone URL: https://github.com/andrew-oxenburgh/consolation-menu
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.
- Picks up a text file of commands and shows the
Add additional notes about how to deploy this on a production system.
Add links to external resources for this project, such as CI server, bug tracker, etc.