https://github.com/chansuke/redmine-rs
A command line interface for Redmine server
https://github.com/chansuke/redmine-rs
redmine rust
Last synced: 28 days ago
JSON representation
A command line interface for Redmine server
- Host: GitHub
- URL: https://github.com/chansuke/redmine-rs
- Owner: chansuke
- License: apache-2.0
- Created: 2020-12-15T12:30:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T14:27:41.000Z (over 5 years ago)
- Last Synced: 2025-12-20T00:47:23.366Z (6 months ago)
- Topics: redmine, rust
- Language: Rust
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# redmine-rs
  [](https://crates.io/crates/redmine-rs)
`redmine-rs` is a client application that interfaces with a [Redmine](https://www.redmine.org/) 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"`