{"id":26655635,"url":"https://github.com/gramiojs/create-gramio","last_synced_at":"2026-02-27T13:45:40.160Z","repository":{"id":228095200,"uuid":"759158297","full_name":"gramiojs/create-gramio","owner":"gramiojs","description":"Scaffolding your GramIO project with the environment with easy!","archived":false,"fork":false,"pushed_at":"2026-02-23T09:49:44.000Z","size":374,"stargazers_count":13,"open_issues_count":12,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-23T18:37:54.441Z","etag":null,"topics":["create","gramio","scaffolding","telegram-bot-example","telegram-bot-template","template"],"latest_commit_sha":null,"homepage":"https://gramio.netlify.app/get-started.html","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gramiojs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-17T20:04:49.000Z","updated_at":"2025-11-16T20:09:37.000Z","dependencies_parsed_at":"2024-03-17T04:55:09.235Z","dependency_job_id":"0c5c1946-fddf-4dc8-8266-621b424fa1cd","html_url":"https://github.com/gramiojs/create-gramio","commit_stats":null,"previous_names":["gramiojs/create-gramio"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/gramiojs/create-gramio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gramiojs%2Fcreate-gramio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gramiojs%2Fcreate-gramio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gramiojs%2Fcreate-gramio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gramiojs%2Fcreate-gramio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gramiojs","download_url":"https://codeload.github.com/gramiojs/create-gramio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gramiojs%2Fcreate-gramio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29898186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T12:09:13.686Z","status":"ssl_error","status_checked_at":"2026-02-27T12:09:13.282Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["create","gramio","scaffolding","telegram-bot-example","telegram-bot-template","template"],"created_at":"2025-03-25T06:36:47.040Z","updated_at":"2026-02-27T13:45:40.151Z","avatar_url":"https://github.com/gramiojs.png","language":"TypeScript","readme":"# create-gramio\n\n\u003cdiv align=\"center\"\u003e\n\n[![npm](https://img.shields.io/npm/v/create-gramio?logo=npm\u0026style=flat\u0026labelColor=000\u0026color=3b82f6)](https://www.npmjs.org/package/create-gramio)\n[![npm downloads](https://img.shields.io/npm/dw/create-gramio?logo=npm\u0026style=flat\u0026labelColor=000\u0026color=3b82f6)](https://www.npmjs.org/package/create-gramio)\n\n\u003c!-- [![JSR](https://jsr.io/badges/create-gramio)](https://jsr.io/create-gramio)\n[![JSR Score](https://jsr.io/badges/create-gramio/score)](https://jsr.io/create-gramio) --\u003e\n\n\u003c/div\u003e\n\nScaffolding your [GramIO](https://gramio.dev/) project with the environment with easy!\n\n-   Npm\n\n```bash\nnpm create gramio@latest ./bot\n```\n\n-   Yarn\n\n```bash\nyarn create gramio@latest ./bot\n```\n\n-   Pnpm\n\n```bash\npnpm create gramio@latest ./bot\n```\n\n-   Bun\n\n```bash\nbun create gramio@latest ./bot\n```\n\n## Supported environment\n\n-   ORM/Query builders\n-   -   [Prisma](https://www.prisma.io/)\n-   -   [Drizzle](https://orm.drizzle.team/)\n-   Linters\n-   -   [Biome](https://biomejs.dev/)\n-   -   [ESLint](https://eslint.org/) with [@antfu/eslint-config](https://eslint-config.antfu.me/rules)\n-   Plugins\n-   -   [Scenes](https://gramio.dev/plugins/official/scenes.html)\n-   -   [Session](https://gramio.dev/plugins/official/session.html)\n-   -   [Autoload](https://gramio.dev/plugins/official/autoload.html)\n-   -   [Prompt](https://gramio.dev/plugins/official/prompt.html)\n-   -   [Auto-retry](https://gramio.dev/plugins/official/auto-retry.html)\n-   -   [Media-cache](https://gramio.dev/plugins/official/media-cache.html)\n-   -   [I18n](https://gramio.dev/plugins/official/i18n.html)\n-   -   [Media-group](https://gramio.dev/plugins/official/media-group.html)\n-   -   [Pagination](https://gramio.dev/plugins/official/pagination.html)\n-   -   [Split](https://gramio.dev/plugins/official/split.html)\n-   -   [Posthog](https://gramio.dev/plugins/official/posthog.html)\n-   Webhook handlers for\n-   -   [Elysia](https://elysiajs.com/)\n-   -   [Fastify](https://fastify.dev/)\n-   -   [node:http](https://nodejs.org/)\n-   -   [Bun.serve](https://bun.sh/docs/api/http)\n-   Others\n-   -   [Dockerfile](https://www.docker.com/) + [docker-compose.yml](https://docs.docker.com/compose/)\n-   -   [Jobify](https://github.com/kravetsone/jobify) ([Bullmq](https://docs.bullmq.io/) wrapper)\n-   -   [Posthog](https://posthog.com/docs/libraries/node)\n-   -   [Husky](https://typicode.github.io/husky/) (Git hooks)\n-   -   [Fluent2ts](https://github.com/kravetsone/fluent2ts)\n-   -   [GramIO storages](https://gramio.dev/storages/)\n-   [Telegram apps](https://github.com/Telegram-Mini-Apps/telegram-apps/tree/master/packages/create-mini-app)\n-   [Elysia](https://elysiajs.com/) (by [create-elysiajs](https://github.com/kravetsone/create-elysiajs))\n-   [Verrou](https://github.com/kravetsone/verrou) (Locks)\n-   [Env-var](https://github.com/wobsoriano/env-var) (Environment variables)\n-   [.vscode](https://code.visualstudio.com/) (VSCode settings)\n\n\u003e The environment can work `together`\n\u003e\n\u003e When you select [ESLint](https://eslint.org/) and [Drizzle](https://orm.drizzle.team/), you get [eslint-plugin-drizzle](https://orm.drizzle.team/docs/eslint-plugin)\n\u003e\n\u003e When you select [Husky](https://typicode.github.io/husky/) and one of the [linters](#supported-environment) - the `pre-commit` hook will contain the command `lint:fix`\n\n## TODO:\n\n-   [ ] Add support for Node adapter\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgramiojs%2Fcreate-gramio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgramiojs%2Fcreate-gramio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgramiojs%2Fcreate-gramio/lists"}