Skip to content

Commit

Permalink
add Just recipe for printing repo stats
Browse files Browse the repository at this point in the history
  • Loading branch information
franckrasolo committed Nov 25, 2024
1 parent 3905073 commit 2c63b6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ _targets:
@update-flake:
nix flake update --commit-lock-file --commit-lockfile-summary "update Nix flake inputs"

# prints repo statistics
@stats:
tokei

# upgrades dependencies across all Gradle projects
@versions:
./gradlew refreshVersionsMigrate --mode=VersionsPropertiesOnly && ./gradlew refreshVersions
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
kubectl-explore
kubectx
temurin-bin-21
tokei
yq-go
];

Expand Down

0 comments on commit 2c63b6d

Please sign in to comment.