1.0.4 • Published 6 years ago

campaign-terminal v1.0.4

Weekly downloads
7
License
-
Repository
github
Last release
6 years ago

campaign-terminal

Terminal email provider for Campaign

install

npm i campaign-terminal -S

usage

using campaign.

var campaign = require('campaign');
var terminal = require('campaign-terminal');
var client = campaign({
  provider: terminal()
});
client.send(...) // as usual

terminal(mapper)

an optional mapper(model) function can be provided to transform the parts of the model we want to print to the terminal.

license

mit

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago