Skip to content

sandro-pasquali/products

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

products

A command-line tool for creating lists of things to select. Multiselect on the command line.

usage

var products = require('products');

products.add('Shoes') products.add('Socks') products.add('Laces')

products.offer(function(selected) { console.log(selected); process.exit(0); })

About

A command-line tool for creating lists of things to select. Multiselect on the command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published