New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@architower/repository

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architower/repository

A new package

latest
Source
npmnpm
Version
1.0.0-beta.1
Version published
Maintainers
1
Created
Source

@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

FAQs

Package last updated on 27 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts