Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitPet CLI

CLI tool to create and manage your BitPet (https://bitpet.dev).

Development Environment

Prerequisites

  • Rust (latest stable version)
  • Cargo (comes with Rust..)

Quick Setup

  1. Install project dependencies:

    cargo build

    This will download and compile all dependencies listed in Cargo.toml.

  2. Run the CLI:

    cargo run -- --help   # Run with arguments

Release new version

  • Update version in Cargo.toml
  • Push to the main branch
  • Add a new tag that corresponds to the new version with a v prefix. For example, if the new version is 0.1.0, the tag should be v0.1.0. This will run a circleci workflow that will build the binary and release it to the GitHub Releases page.

About

CLI tool to create and manage your BitPet (https://bitpet.dev), written in Rust.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages