Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
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.
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
Initialise local repositories:
mk install
Update local repositories with changes from remote repositories:
mk update
Display the changes in local repositories:
mk status
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"
}
}
}
Copyright (c) 2014 Alexander Kuzmin roosit@abricos.org
Licensed under the MIT License
FAQs
CLI tool for scaffolding out Multik projects
We found that multik demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.