File tree 1 file changed +17
-3
lines changed
1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,28 @@ This tool has been developed and tested exclusively on **macOS**. It is not guar
33
33
## Limitations
34
34
Only comments of the double slash "` // ` " type can be used at this time.
35
35
36
+ ## Install
37
+ ``` shell
38
+ git clone --depth=1 https://github.com/andreas-timm/code-signature-ts.git ~ /.local/share/code-signature-ts
39
+ ```
40
+ ``` shell
41
+ cd ~ /.local/share/code-signature-ts
42
+ ```
43
+ ``` shell
44
+ bun install -p
45
+ ```
46
+ ``` shell
47
+ ln -s ~ /.local/share/code-signature-ts/src/code-signature.ts ~ /.local/bin/code-signature
48
+ ```
49
+
36
50
## Usage
37
51
### Check
38
52
``` shell
39
- code-signature --verify code-file .ts
40
- OK: 0x0000000000000000000000000000000000000000
53
+ code-signature -v src/ code-signature .ts
54
+ OK: 0x630C6C3180d3b4B6912644D046f6769dA3e54843
41
55
```
42
56
43
- ### Integration with pass/gpt
57
+ ### Integration with pass/gpg
44
58
``` shell
45
59
MNEMONIC=$( pass show mnemonic) code-signature --write code-file.ts
46
60
```
You can’t perform that action at this time.
0 commit comments