1.0.0-beta.1 • Published 3 years ago
@architower/repository v1.0.0-beta.1
@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 iThen, 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:
mainbranch represents stable releases of the libraries or production environment of released applicationsdevelopbranch is for release candidates, betas etc. Here we developing solution - library or app.