We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f56fb1 commit fe63f1eCopy full SHA for fe63f1e
README.md
@@ -15,6 +15,8 @@ Wrap [Kafka](https://https://kafka.apache.org/) inside your application easily.
15
16
## Install with Watt
17
18
+Create a new Platformatic application with the Kafka hooks package using [Wattpm](https://platformatic.io/docs/wattpm):
19
+
20
```bash
21
npx wattpm@latest create
22
```
@@ -25,6 +27,8 @@ And select `@platformatic/kafka-hooks` from the list of available packages.
25
27
26
28
29
npx --package=@platformatic/kafka-hooks create-platformatic-kafka-hooks
30
+cd kafka-hooks-app
31
+npm install
32
33
34
## Configuration
0 commit comments