Scaffolding your GramIO project with the environment with easy!
- Npm
npm create gramio@latest ./bot- Yarn
yarn create gramio@latest ./bot- Pnpm
pnpm create gramio@latest ./bot- Bun
bun create gramio@latest ./bot- ORM/Query builders
- Linters
- Plugins
- Webhook handlers for
- Others
-
- Husky (Git hooks)
- Telegram apps
- Elysia (by create-elysiajs)
- Verrou (Locks)
- Env-var (Environment variables)
- .vscode (VSCode settings)
The environment can work
togetherWhen you select ESLint and Drizzle, you get eslint-plugin-drizzle
When you select Husky and one of the linters - the
pre-commithook will contain the commandlint:fix
- Add support for Node adapter