0.0.2 • Published 7 years ago

mandrill-migration v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

mandrill-migration

Build
Status Code
Climate Test
Coverage Issue
Count

Migration tool for Mandrill Templates.

Generate a migration file with templates on draft status and publish then.

Available Commands

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

Install

npm install -g mandrill-migration

Use

export MANDRILL_API_KEY="<your-mandrill-api-key>"

mandrill-migration <command> <arg>

Contributing

Some ways to contribute

  • Star this repo
  • Make a fork
  • Create an Issue
  • Send a Pull Request
  • Use

Tests

npm test

License

MIT