#terminal #cli #redmine

bin+lib redmine-rs

This is a command line interface for Redmine

2 unstable releases

0.2.2 Mar 24, 2021
0.1.0 Feb 9, 2021

#1170 in #terminal

MIT/Apache

36KB
984 lines

redmine-rs

Cargo Test License

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"

Dependencies

~10–15MB
~286K SLoC