Skip to content

A command line interface for Redmine server

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

chansuke/redmine-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmine-rs

Cargo Test License redmine-rs at crates.io

redmine-rs is a client application that interfaces with a Redmine server.

Settings

Set your REDMINE_API_KEY, REDMINE_BASE_URL, and REDMINE_PROJECT like the following.

export REDMINE_BASE_URL="https://yourredmineurl.com"

export REDMINE_API_KEY="apikeyofyourredmineserver"

export REDMINE_PROJECT="yourprojectname"