We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77e928 commit 4181efaCopy full SHA for 4181efa
1 file changed
README.md
@@ -19,6 +19,21 @@ Or initialize a new or existing repository with `harness-cli`:
19
harness-cli init --language en
20
```
21
22
+You can also initialize a new or existing repository with [`harness-cli`](https://github.com/iFurySt/harness-cli).
23
+Install it from npm first:
24
+
25
+```sh
26
+npm install -g @ifuryst/harness-cli
27
+```
28
29
+Then run:
30
31
32
+harness-cli init --language en
33
34
35
+`harness-cli` requires Node.js 18+ and Go on your `PATH`.
36
37
## License
38
39
[MIT](LICENSE)
0 commit comments