Skip to content

Commit

Permalink
docs: add bsky-event-handlers to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juni-b-queer committed Apr 25, 2024
1 parent 4927148 commit 0c104c7
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,10 @@

Simple command for scafolding a new bsky bot with bsky-event-handlers

> created by [create-create-app](https://github.com/uetchy/create-create-app).
## Usage

```bash
npx create-bsky-bot <name>
bunx create-bsky-bot <name>
```

## Template string reference

> Don't forget to remove this before publishing your package!
- {{name}} => create-bsky-bot
- {{upper name}} => CREATE-BSKY-BOT
- {{lower name}} => create-bsky-bot
- {{capital name}} => CreateBskyBot
- {{capital name space=true}} => Create Bsky Bot
- {{camel name}} => createBskyBot
- {{snake name}} => create_bsky_bot
- {{kebab name}} => create-bsky-bot
- {{space name}} => create bsky bot
- {{uuid}} => fd857deb-8fb3-413d-92ba-3c835549c0b0
- {{upper (uuid)}} => 4D1DA7C1-92E8-418C-B26B-F4566B664E03
- {{description}} => Simple command for scafolding a new bsky bot with bsky-event-handlers
- {{author}} => Juni
- {{email}} => [email protected]
- {{contact}} => Juni <[email protected]>
- {{license}} => MIT
- {{year}} => 2024
- {{custom}} => (undefined until it is defined in `extra` field in `create` function arguments)

See https://github.com/uetchy/create-create-app#template for the further details.
For more bsky-event-handler information, see the docs [here](https://github.com/juni-b-queer/bsky-event-handlers)

0 comments on commit 0c104c7

Please sign in to comment.