@getmonoceros/workbench 1.0.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/bin.js +357 -58
- package/dist/bin.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,6 +37,13 @@ monoceros apply hello
|
|
|
37
37
|
monoceros shell hello
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
+
Tab-Completion einmalig einrichten:
|
|
41
|
+
|
|
42
|
+
```sh
|
|
43
|
+
monoceros completion zsh > ~/.oh-my-zsh/completions/_monoceros # zsh
|
|
44
|
+
monoceros completion bash > ~/.bash_completion.d/monoceros # bash
|
|
45
|
+
```
|
|
46
|
+
|
|
40
47
|
Volle Befehlsreferenz unter
|
|
41
48
|
[docs/commands/](https://github.com/getmonoceros/workbench/tree/main/docs/commands).
|
|
42
49
|
|