Socket
Socket
Sign inDemoInstall

redmine-console

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redmine-console

Console interface for Redmine REST API


Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 23 Nov 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc