Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

multik

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multik

CLI tool for scaffolding out Multik projects

  • 0.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Multik

Multi-repository management command-line tool.

This is handy when you're working on multiple SCM repositories and/or on multiple computers. E.g. rather than updating each repository one by one, it's easier to just run mk update and update all of them in one go. Rather than checking for uncommitted local changes one by one, it's easier to just run mk status and check all in one go. And if you often switch between multiple computers, simply use the same multik.json file on those computers and easily manage the same set of repositories.

Installation

Much more information is available via mk help once it's installed. This is just enough to get you started.

[sudo] npm install -g multik

Usage

Initialise local repositories:

mk install

Update local repositories with changes from remote repositories:

mk update

Display the changes in local repositories:

mk status

Configuration

Repositories can be configured in multik.json file:

{
    "groups": {
        "mygroup": {
            "directory": "multik_modules/repos23"
        }
    },
    "dependencies": {
        "demo-repo1": {
            "repo": "https://github.com/multik/demo-repo1.git",
            "version": "master"
        },
        "demo-repo2": {
            "group": "mygroup",
            "repo": "https://github.com/multik/demo-repo2.git",
            "version": "master"
        },
        "demo-repo3": {
            "group": "mygroup",
            "folder": "repo3",
            "repo": "https://github.com/multik/demo-repo2.git",
            "version": "master"
        }
    }
}

License

Copyright (c) 2014 Alexander Kuzmin roosit@abricos.org

Licensed under the MIT License

Keywords

FAQs

Package last updated on 13 Nov 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc