File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,22 @@ 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
+ ```
38
+ git clone --depth=1 https://github.com/andreas-timm/code-signature-ts.git ~/.local/share/code-signature-ts
39
+ cd ~/.local/share/code-signature-ts
40
+ bun install -p
41
+ ln -s ~/.local/share/code-signature-ts/src/code-signature.ts ~/.local/bin/code-signature
42
+ ```
43
+
36
44
## Usage
37
45
### Check
38
46
``` shell
39
- code-signature --verify code-file .ts
40
- OK: 0x0000000000000000000000000000000000000000
47
+ code-signature -v src/ code-signature .ts
48
+ OK: 0x630C6C3180d3b4B6912644D046f6769dA3e54843
41
49
```
42
50
43
- ### Integration with pass/gpt
51
+ ### Integration with pass/gpg
44
52
``` shell
45
53
MNEMONIC=$( pass show mnemonic) code-signature --write code-file.ts
46
54
```
You can’t perform that action at this time.
0 commit comments