Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/clone.sh28
-rw-r--r--package.json3
2 files changed, 30 insertions, 1 deletions
diff --git a/bin/clone.sh b/bin/clone.sh
new file mode 100755
index 0000000..7b7229b
--- /dev/null
+++ b/bin/clone.sh
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+if [ "$#" -ne 1 ] || ! [ -d "$1" ]; then
+ echo "Usage: $0 DIRECTORY_TO_CLONE_INTO" >&2
+ exit 1
+fi
+
+pushd $1
+git clone git@github.com:feross/addr-to-ip-port.git
+git clone git@github.com:feross/bittorrent-dht.git
+git clone git@github.com:fisch0920/bittorrent-peerid.git
+git clone git@github.com:feross/bittorrent-protocol.git
+git clone git@github.com:feross/bittorrent-swarm.git
+git clone git@github.com:feross/bittorrent-tracker.git
+git clone git@github.com:feross/create-torrent.git
+git clone git@github.com:feross/load-ip-set.git
+git clone git@github.com:feross/magnet-uri.git
+git clone git@github.com:feross/parse-torrent.git
+git clone git@github.com:feross/simple-peer.git
+git clone git@github.com:feross/simple-websocket.git
+git clone git@github.com:feross/string2compact.git
+git clone git@github.com:feross/torrent-discovery.git
+git clone git@github.com:feross/ut_metadata.git
+git clone git@github.com:feross/ut_pex.git
+git clone git@github.com:feross/webtorrent-swarm.git
+git clone git@github.com:feross/webtorrent-tracker.git
+popd
+./node_modules/.bin/zelda $1
diff --git a/package.json b/package.json
index 71cd48c..d5429be 100644
--- a/package.json
+++ b/package.json
@@ -79,7 +79,8 @@
"standard": "^2.0.0",
"tape": "^3.0.3",
"uglify-js": "^2.4.15",
- "zuul": "^2.0.0"
+ "zuul": "^2.0.0",
+ "zelda": "^2.0.0"
},
"homepage": "http://webtorrent.io",
"keywords": [