0.0.4 • Published 9 years ago

grupper v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

grupper Build Status

Create combinations of words

Install

$ npm i --save grupper

Usage

var grupper = require('grupper');

grupper([['apple', 'banana'], [' is '], ['good', 'sweet']]);
// ['apple is good', 'apple is sweet', 'banana is good', 'banana is sweet']

Syntax

grupper(groups)

groups

Type: Array<string>

From left-to-right, prepend each word from the first group to the next group. It continues to do so for all groups.

License

MIT (c) Lauritz Hilsøe mail@lauritz.me

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago