https://github.com/sitegui/kaiju
A simpler and more direct Web UI alternative for Atlassian's Jira website
https://github.com/sitegui/kaiju
Last synced: over 1 year ago
JSON representation
A simpler and more direct Web UI alternative for Atlassian's Jira website
- Host: GitHub
- URL: https://github.com/sitegui/kaiju
- Owner: sitegui
- License: apache-2.0
- Created: 2022-09-28T08:36:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T15:07:06.000Z (about 2 years ago)
- Last Synced: 2025-03-28T21:21:36.097Z (over 1 year ago)
- Language: Rust
- Size: 297 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# kaiju
[](https://crates.io/crates/kaiju)
[](https://docs.rs/kaiju)
[](https://github.com/sitegui/kaiju/actions)
[](https://coveralls.io/github/sitegui/kaiju?branch=main)
## Installation
### Cargo
* Install the rust toolchain in order to have cargo installed by following
[this](https://www.rust-lang.org/tools/install) guide.
* run `cargo install kaiju`
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
See [CONTRIBUTING.md](CONTRIBUTING.md).