0.1.1 • Published 8 years ago

ksmenu v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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