refactor: Binary von NameToUnix zu ntu umbenannt
- Binary heißt jetzt 'ntu' für kürzere CLI-Nutzung - Package-Name bleibt 'NameToUnix' (für Repository/Crate) - Alle Beispiele und Dokumentation in README.md angepasst - CLAUDE.md mit neuen Build-Pfaden aktualisiert - Cargo.toml: [[bin]] Sektion und deb assets angepasst Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
df4421af2f
commit
0860fae6ec
3 changed files with 40 additions and 30 deletions
|
|
@ -18,7 +18,7 @@ cargo build
|
|||
cargo build --release
|
||||
|
||||
# Binary liegt dann unter:
|
||||
# target/release/NameToUnix
|
||||
# target/release/ntu
|
||||
|
||||
# Tests ausführen
|
||||
cargo test
|
||||
|
|
@ -45,12 +45,18 @@ cd test
|
|||
|
||||
# Vorschau (keine Änderungen):
|
||||
cargo run -- -n ./testverzeichnis
|
||||
# oder mit installierter Binary:
|
||||
ntu -n ./testverzeichnis
|
||||
|
||||
# Mit Änderungen:
|
||||
cargo run -- ./testverzeichnis
|
||||
# oder:
|
||||
ntu ./testverzeichnis
|
||||
|
||||
# Mit Verbose-Ausgabe:
|
||||
cargo run -- -v ./testverzeichnis
|
||||
# oder:
|
||||
ntu -v ./testverzeichnis
|
||||
```
|
||||
|
||||
## Code-Architektur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue