@repokit/core 2.0.5 → 2.0.6
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/Cargo.lock +1 -1
- package/Cargo.toml +1 -1
- package/README.md +2 -2
- package/installation/install.sh +1 -1
- package/package.json +1 -1
package/Cargo.lock
CHANGED
package/Cargo.toml
CHANGED
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ repokit
|
|
|
81
81
|
|
|
82
82
|
The CLI will list out its internal commands as well as any commands you registered in your config file.
|
|
83
83
|
|
|
84
|
-
<img src="media/post-init.webp" alt="Help screen after initialization" />
|
|
84
|
+
<img src="media/post-init.webp" alt="Help screen after initialization" width="100%" />
|
|
85
85
|
|
|
86
86
|
Next run:
|
|
87
87
|
|
|
@@ -134,7 +134,7 @@ repokit user-interface
|
|
|
134
134
|
```
|
|
135
135
|
|
|
136
136
|
The CLI will list out your new tool's API's:
|
|
137
|
-
<img src="media/new-command.webp" alt="Command definition" />
|
|
137
|
+
<img src="media/new-command.webp" alt="Command definition" width="100%" />
|
|
138
138
|
|
|
139
139
|
To invoke any of them, run:
|
|
140
140
|
|
package/installation/install.sh
CHANGED