Skip to content

wtLau/wt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brian's CLI

How to Release and Run the CLI Locally

  1. Build a release binary
cargo build --release
  1. Run the binary locally
./target/release/wt list
  1. (Optional) Install globally via Cargo
cargo install --path .

Installs the CLI into ~/.cargo/bin for running wt anywhere.

  1. (Optional) Move binary to system path manually
sudo cp target/release/wt /usr/local/bin/

About

My super-charged personalized CLI - built with Rust ❤️‍🔥

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages