Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.75 KB

README.md

File metadata and controls

55 lines (43 loc) · 1.75 KB

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

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 command lint:fix