This repo contains the following crates:
- aidoku: A wrapper for Aidoku source libraries.
- aidoku-cli: A command-line utility for Aidoku source development and testing.
- aidoku-test: A crate that allows for exposing tests to
aidoku-test-runner
. - aidoku-test-runner: A tool for running tests on Aidoku sources via a custom source runner.
To get started with Aidoku source development, you'll need two things: Rust and aidoku-cli.
If you don't have Rust installed, follow the instructions at rustup.rs. For aidoku-cli, run the following command after installing Rust:
cargo install --git https://github.com/Aidoku/aidoku-rs aidoku-cli
Then, create a new source project by running aidoku init
.
A more detailed guide will be coming soon, once APIs are finalized for the Aidoku 0.7 release.