]> Untitled Git - bdk-cli/commitdiff
chore(add-justfile): update README
authorVihiga Tyonum <withtvpeter@gmail.com>
Fri, 30 May 2025 20:52:39 +0000 (21:52 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Fri, 30 May 2025 20:52:39 +0000 (21:52 +0100)
- update readme to include just command runner

README.md

index 5df6a5771825de85d284cfb4423d27d57fc5f269..1c7d5f7052036538d05ec14f80909392138d6f88 100644 (file)
--- a/README.md
+++ b/README.md
@@ -113,6 +113,21 @@ To generate a new extended master key, suitable for use in a descriptor:
 cargo run -- key generate
 ```
 
+## Justfile
+
+We have added the `just` command runner to help you with common commands (during development) and running regtest `bitcoind` if you are using the `rpc` feature. 
+Visit the [just](https://just.systems/man/en/packages.html) page for setup instructions.
+
+The below are some of the commands included:
+
+``` shell
+just # list all available recipes
+just start # start regtest bitcoind in default dir
+just test # test the project
+just build # build the project
+```
+
+
 ## Minimum Supported Rust Version (MSRV)
 
 This library should always compile with any valid combination of features on Rust **1.75.0**.