Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit de48bbe

Browse files
chore: rename keygen tool (#975)
1 parent 8b79d17 commit de48bbe

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ use (
2424
./sdk/go/examples/time
2525
./sdk/go/examples/vectors
2626
./sdk/go/templates/default
27-
./tools/keygen
27+
./tools/modus-keygen
2828
)

tools/keygen/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

tools/modus-keygen/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.pem
2+
modus-keygen
3+
modus-keygen.exe
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ binary.
99

1010
You can run it in one of two ways:
1111

12-
- Clone this repo, then from the `/tools/keygen` directory, run the utility via: `go run .`
13-
- Install it with `go install github.com/hypermodeinc/modus/tools/keygen@latest` then run `keygen`
12+
- Clone this repo, then from the `/tools/modus-keygen` directory, run the utility via: `go run .`
13+
- Install it with `go install github.com/hypermodeinc/modus/tools/modus-keygen@latest` then run
14+
`modus-keygen`
1415

1516
The keygen tool will print the following items to stdout:
1617

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/hypermodeinc/modus/tools/keygen
1+
module github.com/hypermodeinc/modus/tools/modus-keygen
22

33
go 1.25.0
44

0 commit comments

Comments
 (0)