molehill 0.1.0

This tools allows you to generate Digdag workflow templates.
molehill-0.1.0 is not a library.
Visit the last successful build: molehill-0.2.2

MoleHill

MailMole is a tool that generates a Digdag workflow template. The template helps to create Digdag workflow for sending a campaign via MailChimp:

  • Create an Audience.
  • Set merge fields.
  • Upload HTML template.
  • Create a Campaign.

Note that it assumes using Treasure Data workflow.

Install

$ cargo install

Usage

$ molehill

Development

$ git clone https://github.com/akito19/molehill.git
$ cd molehill
$ cargo build // Build
$ cargo test // Run unit tests