-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
|
packages/.DS_Store
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure how this got through since it's present in .gitignore
package.json
Outdated
@@ -58,5 +58,5 @@ | |||
"typescript": "~5.2.2", | |||
"vitest": "^0.34.6" | |||
}, | |||
"packageManager": "[email protected]-rc.51" | |||
"packageManager": "[email protected]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh ya! There's a stable 4.0 release now
packages/bot-kit-pro/README.md
Outdated
|
||
### Installation | ||
|
||
To install Bot Kit Pro, you can use the yarn package manager: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't make any requirements that you use Yarn to consume Bot Kit Pro. Just needed to publish new versions
@@ -1,3 +1,299 @@ | |||
# Bot Examples | |||
|
|||
TODO | |||
This repository contains examples of bots built using the `@xmtp/bot-kit-pro` package. Each bot is designed to demonstrate a different feature or use case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this!
65b6fdc
to
8a9f16e
Compare
97c0a76
to
31fd699
Compare
12f0d2d
to
69bef71
Compare
Description
This PR unifies different repos under
xmtp-node-js
to showcase XMTP JS SDK features.fs-persitence
READMEgrpc-api-client
improved READMEredis-persistence
improved READMEbot-examples
READMEcli-starter
Pending
cli-starter
bot-starter
xmtp-node-js