Export Redmine user stories to an OpenDocument Spreadsheet (ods) report.
Go to file
Glenn Y. Rolland 9b7f974ae0 Add base structure for Gem. 2016-10-05 10:38:48 +02:00
bin Improve output. 2016-10-05 10:32:36 +02:00
lib Add base structure for Gem. 2016-10-05 10:38:48 +02:00
test Add base structure for Gem. 2016-10-05 10:38:48 +02:00
.gitignore Add base structure for Gem. 2016-10-05 10:38:48 +02:00
.travis.yml Add base structure for Gem. 2016-10-05 10:38:48 +02:00
Gemfile Add base structure for Gem. 2016-10-05 10:38:48 +02:00
LICENSE.txt Add base structure for Gem. 2016-10-05 10:38:48 +02:00
README.md Update doc. 2016-06-28 19:06:58 +02:00
Rakefile Add base structure for Gem. 2016-10-05 10:38:48 +02:00
aoidos.gemspec Add base structure for Gem. 2016-10-05 10:38:48 +02:00

README.md

Aoidos (ἀοιδός)

Export users stories from your redmine into an OpenDocument Spreadsheet (ods) report.

Installation

FIXME: No gem yet. ;)

Usage

git clone https://github.com/glenux/aoidos.git
cd aoidos
bundle install
bundle exec ./bin/aoidos

FIXME: project name is hardcoded. Accept project name on command line.

FIXME: manage redmine url & credentials from command line (like git)