redmine-console
v0.0.1
Published
Console interface for Redmine REST API
Downloads
4
Readme
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: