Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

Grammy storages

This is monorepo of session adapters for grammY

Storages

Each package is 100 % TypeScript, well tested, and focused on supporting Deno and Node.js.

Contributing

Bug reports and pull requests are welcome.

Commit rules

<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
  β”‚                          
  β”‚                          
  β”‚                          
  β”‚
  └─⫸ Commit Type: docs|feat|fix|perf|refactor|test|chore|release

This is inspired by https://www.conventionalcommits.org

Development

  1. Fork this repository to your own GitHub account and then clone it to your local device.

  2. Install pnpm:

    npm i -g pnpm
  3. Install the dependencies with:

    pnpm install

Building

pnpm run build

Testing

pnpm test

Linting

pnpm lint