Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.75 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.75 KB

@archisquad/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 [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.

License

MIT