Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

repowatch

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

repowatch

Repository (GIT, SVN, etc.) live change and diff notification service

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

repowatch

Repository (GIT, SVN, etc.) live change and diff notification service

Purpose

Repowatch is going to be designed to be installed on each developer's machine:

  • Install repowatch on a developer's local machine as a global command
  • Developers use the global command (e.g. repowatch ~/myproject https://1.2.3.4:3000/mongodbcollection) to watch every file in their local checkout of a repository and to associate it with a mongo database url.
  • When any developer changes a local file on his/her machine, repowatch will update the mongo database collection for that repo marking that file as "being edited" and contain any metadata that could be useful.
  • Repowatch will simultaneously watch the mongodb for changes by other developers and provide a notification service (JSON, sockets, etc.) that tells the current state of every user's local machine

This service will provide a way to see the instantaneous state of the repository on every developer's machine and notify of any potential merge conflicts before they occur. It will also provide ways to integrate plugins that can do things like watching for formatting issues, code standards issues, etc.

Keywords

GIT

FAQs

Package last updated on 24 May 2014

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