Skip to content

Make your cli tools totally rad by giving people a menu ๐Ÿ™

License

Notifications You must be signed in to change notification settings

harrisjose/cute-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

JavaScript Style Guide

cute-menu

Make your cli tools totally rad by giving people a damn menu ๐Ÿ™

terminal

Why

Cause not everyone can keep track of all those fancy commands your cli tool has.

Inspired by (and a lot of code borrowed from) lana-cli.

Install

$ npm install cute-menu --save-dev

Usage

const Menu = require('cute-menu')
const chalk = require('chalk')

/* You need to pass in an options array and a config object. For examples refer to the `example.js` file
*/
let menu = new Menu(options, config);
menu.show()

Tips

About

Make your cli tools totally rad by giving people a menu ๐Ÿ™

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages