secret-santa-cli
v1.4.3
Published
Cli for secret-santa-module
Downloads
9
Readme
Description
Simple cli for using with secret-santa-module
Usage
npm i secret-santa-cli -g
secretsantacli --list ./list.csv --api <YOUR_API> --domain <YOUR_DOMAIN>
List Example
Name,e-mail
Barry Allen,[email protected]
Wally West,[email protected]
Yields
To [email protected]
<div>You should prepare a present for: <div>Wally West ([email protected])</div></div>
To [email protected]
<div>You should prepare a present for: <div>Barry Allen ([email protected])</div></div>
Debug
To preview how letters will look - you can use debug tag.
secretsantacli --list ./list.csv --api <YOUR_API> --domain <YOUR_DOMAIN> --debug