Migration tool for Mandrill Templates.
Generate a migration file with templates on draft status and publish then.
list <dir> list available migrations
generate <dir> generate a new migration file from availables drafts on Mandrill
publish <name> publish a single template
migrate <dir> publish all templates on draft bucket
drafts list available drafts on Mandrill
templates list available templates on Mandrill
npm install -g mandrill-migration
export MANDRILL_API_KEY="<your-mandrill-api-key>"
mandrill-migration <command> <arg>
Some ways to contribute
- Star this repo
- Make a fork
- Create an Issue
- Send a Pull Request
- Use
npm test
MIT