products

3.0.3 • Public • Published

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); })

Readme

Keywords

Package Sidebar

Install

npm i products

Weekly Downloads

3

Version

3.0.3

License

MIT

Last publish

Collaborators

  • sandropasquali