Skip to content

Commit 2b876fd

Browse files
authored
Merge pull request #5 from wirecli/dev
Dev
2 parents 5c8adfa + 6a263e3 commit 2b876fd

File tree

6 files changed

+10
-3
lines changed

6 files changed

+10
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![wire-cli illustration](https://github.com/wirecli/wire-cli/blob/main/docs/assets/illustration.png?raw=true)
2+
13
# wire-cli
24

35
wire-cli is a CLI (Command-Line Interface) tool designed to provide ease of use and efficiency for ProcessWire developers. With wire-cli, you can automate common tasks, manage ProcessWire projects effortlessly, and enhance your development workflow.
@@ -38,13 +40,16 @@ For a complete list of available commands and options, use the `help` command:
3840

3941
For detailed documentation and usage examples, please refer to the [official documentation](https://github.com/wirecli/wire-cli).
4042

43+
Support thread:
44+
https://processwire.com/talk/topic/28788-wire-cli-a-cli-tool-for-processwire-developers/
45+
4146
## Contributing
4247

4348
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please submit an issue or a pull request on the [GitHub repository](https://github.com/wirecli/wire-cli).
4449

4550
## Available commands
4651

47-
![](./docs/capture-cmd.jpg)
52+
![Commands preview](https://github.com/wirecli/wire-cli/blob/main/docs/assets/capture-cmd.jpg)
4853

4954
## Credits
5055

docs/assets/capture-cmd.jpg

158 KB
Loading

docs/assets/illustration.png

45.1 KB
Loading

docs/assets/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/capture-cmd.jpg

-4.36 MB
Binary file not shown.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@
4040
},
4141
"git": {
4242
"requireBranch": "main",
43-
"commitMessage": "chore(release): {{currentTag}} [skip ci]\n\n{{currentTag}}\n\n{{changelog}}",
43+
"commitMessage": "chore(release): %s",
4444
"requireCleanWorkingDir": false
4545
},
4646
"hooks": {
47+
"before:init": [
48+
"git pull"
49+
],
4750
"after:bump": [
4851
"npx auto-changelog -p"
4952
]

0 commit comments

Comments
 (0)