]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add shell script to download and link foundation-docs repo
authorGeoff Kimball <geoff@zurb.com>
Tue, 15 Dec 2015 23:04:34 +0000 (15:04 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 15 Dec 2015 23:04:34 +0000 (15:04 -0800)
docslink.sh [new file with mode: 0755]

diff --git a/docslink.sh b/docslink.sh
new file mode 100755 (executable)
index 0000000..5b69e15
--- /dev/null
@@ -0,0 +1,3 @@
+# Clones the foundation-docs repo and links it to NPM locally
+git clone https://github.com/zurb/foundation-docs
+npm link ./foundation-docs