diff --git a/README.md b/README.md index a80204d..e35f3c4 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,20 @@ 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) diff --git a/bin/aoidos b/bin/aoidos index a9300ea..5af3aa1 100755 --- a/bin/aoidos +++ b/bin/aoidos @@ -6,7 +6,7 @@ require 'yaml' require 'rspreadsheet' require 'pry' -credential_file = ENV['HOME'] + '/.sansa-report/redmine.yml' +credential_file = ENV['HOME'] + '/.aoidos/redmine.yml' unless File.exist? credential_file sample_content = "home: 'http://redmine.example.com'\nkey: REDMINE_API_KEY" diff --git a/report.ods b/report.ods index 249b10c..a91fbb2 100644 Binary files a/report.ods and b/report.ods differ