Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 21, 2024
1 parent 60057d4 commit 00744c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-gramio

<div align="center">

[![npm](https://img.shields.io/npm/v/create-gramio?logo=npm&style=flat&labelColor=000&color=3b82f6)](https://www.npmjs.org/package/create-gramio)
[![npm downloads](https://img.shields.io/npm/dw/create-gramio?logo=npm&style=flat&labelColor=000&color=3b82f6)](https://www.npmjs.org/package/create-gramio)

<!-- [![JSR](https://jsr.io/badges/create-gramio)](https://jsr.io/create-gramio)
[![JSR Score](https://jsr.io/badges/create-gramio/score)](https://jsr.io/create-gramio) -->

</div>

Scaffolding your [GramIO](https://gramio.dev/) project with the environment with easy!

- Npm
Expand Down Expand Up @@ -43,6 +53,10 @@ bun create gramio@latest ./bot
- - [Media-cache](https://gramio.dev/plugins/official/media-cache.html)
- - [I18n](https://gramio.dev/plugins/official/i18n.html)
- - [Media-group](https://gramio.dev/plugins/official/media-group.html)
- Webhook handlers for
- - [Elysia](https://elysiajs.com/)
- - [Fastify](https://fastify.dev/)
- - [node:http](https://nodejs.org/)
- Others
- - [Dockerfile](https://www.docker.com/) + [docker-compose.yml](https://docs.docker.com/compose/)
- - [Jobify](https://github.com/kravetsone/jobify) ([Bullmq](https://docs.bullmq.io/) wrapper)
Expand Down

0 comments on commit 00744c5

Please sign in to comment.