redmine-console

0.0.1 • Public • Published

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 node_modules/index.js --add_time --activity_id 9 --project_id 1 --hours 1
 

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

TODO

  • Add possibility to install redmine-console globally

Readme

Keywords

none

Package Sidebar

Install

npm i redmine-console

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • nik-kor