1.2.3 • Published 4 days ago
create-gramio v1.2.3
create-gramio
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
Supported environment
- Telegram apps
- Elysia (by create-elysiajs)
- Linters
- ESLint with some plugins
- ORM/Query builders
- Plugins
- Others
- Husky (Git hooks)
The environment can work
together
When you select ESLint and Drizzle, you get eslint-plugin-drizzle
When you select Husky and one of the linters - the
pre-commit
hook will contain the commandlint:fix