create-bsky-bot
v2.0.1
Published
Simple command for scaffolding a new bsky bot with bsky-event-handlers
Downloads
240
Readme
Create Bsky Bot
Simple command for scafolding a new bsky bot with bsky-event-handlers
Usage
bunx create-bsky-bot <name>
The final prompt will ask if you also want to include a github action workflow to build and publish your docker containers
Available templates:
default : includes basic code for jetstream and interval subscriptions
jetstream: includes basic code for jetstream subscription
interval: includes basic code for jetstream subscription
For more bsky-event-handler information, see the docs here