@architower/repository
Repository pattern implementation with TypeScript as framework agnostic library
How to use it?
TODO
Development
At first make a local copy of this repository, then install all the dependencies
using pnpm
or package manager of your choice:
git clone git@github.com:ArchiTower/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.
Branching
In our repositories we're following the simple solution:
-
main
branch represents stable releases of the libraries or production environment of released applications -
develop
branch is for release candidates, betas etc. Here we developing solution - library or app.