Update doc.
This commit is contained in:
parent
076800e304
commit
469449a033
3 changed files with 17 additions and 1 deletions
16
README.md
16
README.md
|
@ -3,4 +3,20 @@ Aoidos (ἀοιδός)
|
||||||
|
|
||||||
Export _users stories_ from your redmine into an OpenDocument Spreadsheet (ods) report.
|
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)
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ require 'yaml'
|
||||||
require 'rspreadsheet'
|
require 'rspreadsheet'
|
||||||
require 'pry'
|
require 'pry'
|
||||||
|
|
||||||
credential_file = ENV['HOME'] + '/.sansa-report/redmine.yml'
|
credential_file = ENV['HOME'] + '/.aoidos/redmine.yml'
|
||||||
|
|
||||||
unless File.exist? credential_file
|
unless File.exist? credential_file
|
||||||
sample_content = "home: 'http://redmine.example.com'\nkey: REDMINE_API_KEY"
|
sample_content = "home: 'http://redmine.example.com'\nkey: REDMINE_API_KEY"
|
||||||
|
|
BIN
report.ods
BIN
report.ods
Binary file not shown.
Loading…
Reference in a new issue