0.0.1 • Published 11 years ago

redmine-console v0.0.1

Weekly downloads
12
License
-
Repository
github
Last release
11 years ago

Redmine console

Console interface to Redmine REST API.

Installation

npm install redmine-console

Usage Examples

Specify redmine host and your api key through environment variables. E.g.:

 # api key could be found in <your redmine host here>/my/account
REDMINE_HOST=<your redmine host here> REDMINE_APIKEY=<your api key here> node index.js --add_time --activity_id 9 --project_id 1 --hours 1

... Or write them in redmine_values.js file: