1
0
Fork
You've already forked Sphenedata
0
No description
Rust 100%
2025年12月07日 13:44:25 +00:00
src fix: handle potential cloning error 2025年12月07日 11:41:20 +00:00
.gitignore docs: update README with building/running instructions 2025年11月28日 22:17:20 +00:00
Cargo.lock feat: add improved arguement parsing 2025年11月27日 23:20:35 +00:00
Cargo.toml build: add release build optimisations 2025年12月07日 13:44:25 +00:00
deny.toml initial commit 2025年11月27日 19:52:05 +00:00
LICENSE initial commit 2025年11月27日 19:52:05 +00:00
README.md chore: fix formatting in README 2025年11月28日 22:18:55 +00:00

Sphenedata

Sphenedata is a CLI tool to show information about a git repository.

Building & Running

Build

To build the project, follow these steps:

  1. Ensure Rust is installed and the cargo command is on your PATH.
  2. Open your terminal and cd into the folder containing the Sphenedata repository.
  3. Run the command cargo build. This should compile a debug build in the target/debug/ directory.

Run

To run the project, follow steps 1-2 from above, but instead of running cargo build, run cargo run. This should compile a debug build in the target/debug/ directory and then run it.

You can pass arguements to the program from Cargo like this:

cargo run -- --example-arg

Replacing --example-arg with the arg(s) you want to pass. For example, to show the help screen:

cargo run -- -h

Or to show infomation about the Sphenedata repository:

cargo run -- -p ../Sphenedata

License

This project is licensed under the GNU General Public License ONLY.