-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add bsky-event-handlers to readme
- Loading branch information
1 parent
4927148
commit 0c104c7
Showing
1 changed file
with
2 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) |