This is monorepo of session adapters for grammY.
Each package is 100 % TypeScript, well tested, and focused on supporting Deno and Node.js.
Bug reports and pull requests are welcome.
<type>(<scope>?): <short summary>
│ │ │
│ │ └─⫸ Summary in present tense. Not capitalized. No period at the end.
│ │
│ └─⫸ Commit Scope: utils|file|mongodb|psql|redis|typeorm|supabase|free|firestore|deta|denodb|denokv|cloudflare
│
│
│
│
└─⫸ Commit Type: docs|feat|fix|perf|refactor|test|chore|release
This is inspired by https://www.conventionalcommits.org
-
Fork this repository to your own GitHub account and then clone it to your local device.
-
Install pnpm:
npm i -g pnpm
-
Install the dependencies with:
pnpm install
pnpm lerna publish [major|minor|patch]
pnpm build
pnpm test
pnpm lint