ksmenu

0.1.1 • Public • Published

Simple menu

A small console style menu system for running individual modules by selecting items.

Installation

  npm install ksmenu --save

Usage

  var Menu = require('ksmenu');

  Menu.init();
  Menu.showTitle('Javascript Algorithm in Action');
  Menu.addmenu('CHECK PRIME', 'prime')
  Menu.addmenu('EXIT');

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.0 Initial release

Readme

Keywords

Package Sidebar

Install

npm i ksmenu

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • dilly97