1.0.0-beta.1 • Published 2 years ago

@architower/repository v1.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@architower/repository

Repository pattern implementation with TypeScript as framework agnostic library

npm version npm downloads test@main test@develop Codecov

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.

License

MIT

1.0.0-beta.3

2 years ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago