CLI tool to create and manage your BitPet (https://bitpet.dev).
- Rust (latest stable version)
- Cargo (comes with Rust..)
-
Install project dependencies:
cargo build
This will download and compile all dependencies listed in
Cargo.toml. -
Run the CLI:
cargo run -- --help # Run with arguments
- Update version in
Cargo.toml - Push to the
mainbranch - Add a new tag that corresponds to the new version with a
vprefix. For example, if the new version is0.1.0, the tag should bev0.1.0. This will run a circleci workflow that will build the binary and release it to the GitHub Releases page.