Skip to content

Create combinations of configurations from an initial set of options.

Notifications You must be signed in to change notification settings

nicky1038/option-multiplexer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

option-multiplexer

Create combinations of configurations from an initial set of options.

var multiplex = require('option-multiplexer');

var choices = {
	cheese: [ 'swiss', 'gouda', 'cheddar' ],
	meat: [ 'salami', 'chicken' ],
	bread: [ 'flatbread', 'white', 'italian' ]
};

var sandwiches = multiplex(choices);

console.log(sandwiches);

About

Create combinations of configurations from an initial set of options.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%