Repository pattern implementation with TypeScript as framework agnostic library
TODO
At first make a local copy of this repository, then install all the dependencies
using pnpm
or package manager of your choice:
git clone [email protected]:archisquad/repository.git
cd repository
pnpm i
Then, create a branch, make your changes in code, commit it following gitmoji & conventional commits styles.
After that, push it and then create a
Pull Request with target to
develop
branch.