redmine-rs

Crates.ioredmine-rs
lib.rsredmine-rs
version0.2.2
sourcesrc
created_at2021-02-09 15:12:35.803791
updated_at2021-03-24 12:12:00.0401
descriptionThis is a command line interface for Redmine
homepagehttps://github.com/chansuke/redmine-rs
repositoryhttps://github.com/chansuke/redmine-rs
max_upload_size
id352811
size87,958
chansuke (chansuke)

documentation

https://github.com/chansuke/redmine-rs

README

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"

Commit count: 84

cargo fmt