1.0.0 • Published 7 years ago

easy-menu v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

easy-menu

This module is designed to make creating a menu easy. It supports colors (with npm colors module), and much more.

Example

var menu = require('./index.js');

menu.build_menu({
	title: "Hungry Hungry Hippo Menu",
	items: [
		{
			title: "Main Menu",
			args: menu.color.red("node ") + __filename + menu.color.bold(" -help"),
			description: "The main menu!"
		}
	]
});

Changelog

Version 1.0 released (12/6/2016)

1.0.0

7 years ago