1.2.0 • Published 7 years ago

secret_santa v1.2.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

SECRET SANTA

IF you are running a Secret Santa draw in your workplace and need a means of pairing the gifts between sender and receiver, then this is the tool for you.

Installation

You'll need Node.js installed. Then run:

npm install -g secret_santa

Running

Run secretsanta passing it the names of people who have been good:

secretsanta Rita Sue Bob "Alan Sugar"

The output

The output is as follows:

Rita  ------>  Bob
Sue  ------>  Rita
Bob  ------>  Alan Sugar
Alan Sugar  ------>  Sue

Merry Christmas.