@better-webhook/cli 3.4.0 → 3.4.1
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 +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
# @better-webhook/cli
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@better-webhook/cli)
|
|
4
|
-
[](https://opensource.org/licenses/MIT)
|
|
6
|
-
[](https://nodejs.org/)
|
|
4
|
+
[](https://www.npmjs.com/package/@better-webhook/cli)
|
|
7
5
|
|
|
8
6
|
A modern CLI tool for webhook development, testing, and debugging. Capture incoming webhooks, replay them against your local server, manage reusable templates, and generate provider-specific signatures automatically.
|
|
9
7
|
|