Redmine2wunderlist
Synchronize (my) redmine issues with (my) Wunderlist task list
Installation
Add this line to your application's Gemfile:
gem 'redmine2wunderlist'
And then execute:
$ bundle
Or install it yourself as:
$ gem install redmine2wunderlist
Usage
No one will ever want or need to use this. If you have a use for it, for some bizarre reason, let me know, and I'll clean it up and add better docs.
Contributing
- Fork it ( https://github.com/[my-github-username]/redmine2wunderlist/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request