Skip to content

Commit

Permalink
Merge pull request #5 from wirecli/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
flydev-fr authored Jul 15, 2023
2 parents 5c8adfa + 6a263e3 commit 2b876fd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![wire-cli illustration](https://github.com/wirecli/wire-cli/blob/main/docs/assets/illustration.png?raw=true)

# wire-cli

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.
Expand Down Expand Up @@ -38,13 +40,16 @@ For a complete list of available commands and options, use the `help` command:

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

Support thread:
https://processwire.com/talk/topic/28788-wire-cli-a-cli-tool-for-processwire-developers/

## Contributing

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).

## Available commands

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

## Credits

Expand Down
Binary file added docs/assets/capture-cmd.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/illustration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/assets/logo.svg

This file was deleted.

Binary file removed docs/capture-cmd.jpg
Binary file not shown.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@
},
"git": {
"requireBranch": "main",
"commitMessage": "chore(release): {{currentTag}} [skip ci]\n\n{{currentTag}}\n\n{{changelog}}",
"commitMessage": "chore(release): %s",
"requireCleanWorkingDir": false
},
"hooks": {
"before:init": [
"git pull"
],
"after:bump": [
"npx auto-changelog -p"
]
Expand Down

0 comments on commit 2b876fd

Please sign in to comment.