0.1.3 • Published 1 year ago

up-down-menu v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Up-down Menu

A console menu for Node.js applications, allowing users to navigate through menu items with the up and down arrow keys. This package offers an API for creating a customizable interactive console menus, with support for item filtering.

Installation

You can install Up-down Menu via npm. Make sure you have Node.js installed on your machine.

npm install up-down-menu

Alternatively, if you prefer using yarn:

yarn add up-down-menu

Once installed, you can start using Up-down Menu in your project.