Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelklishin/sync-up
A tiny utility that updates groups of Git and Mercurial repositories
https://github.com/michaelklishin/sync-up
Last synced: about 1 month ago
JSON representation
A tiny utility that updates groups of Git and Mercurial repositories
- Host: GitHub
- URL: https://github.com/michaelklishin/sync-up
- Owner: michaelklishin
- Created: 2013-08-24T20:09:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-24T20:11:45.000Z (about 11 years ago)
- Last Synced: 2024-05-08T19:21:24.908Z (6 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Sync Up
SyncUp is a yet another tiny tool that updates multiple
repositories (Git and Mercurial).## Usage
SyncUp is unlikely to be of interest to many, so it's not currently published
to NPM.To install from Git:
git clone git://github.com/michaelklishin/syncup.git
cd syncup
npm install
npm linkUsage:
sync-up [path to directory with DVCS repositories]
## License
(c) Michael Klishin, 2013
Released under the MIT license.