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

vcshelper

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vcshelper

Multiple repositories helper

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
6
500%
Maintainers
1
Weekly downloads
 
Created
Source

VCS Helper

Multiple repositories helper

This tool allows you handle multiple repositories within one project by running one command. Command is vc - acronym of version control

vc up <rev>
vc merge <rev>
vc commit "Commit message"
vc push

To configure tool you should place vcsfile.coffee file to the root of your project. This file should export object describes your project's repositories structure

Example:

module.exports =
  main: # just a key
    path: '.' # root of repository
    type: 'hg' # hg or git allowed
    revmap: # optional revision map. I.e. master: default will checkout default on requested master
  core:
    path: 'public/bundles/cord/core' # relative to project's root dir
    type: 'git'

Keywords

vcs

FAQs

Package last updated on 21 Aug 2015

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