From 3a8f46f873ae44c1e5d860540f3db844ce50b721 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 2 May 2014 01:33:38 -0700 Subject: [PATCH] added npm installs install node and npm in brew.sh. --- resources/brew.sh | 2 ++ resources/everything.sh | 4 ++++ resources/npm.sh | 1 + 3 files changed, 7 insertions(+) create mode 100644 resources/everything.sh create mode 100644 resources/npm.sh diff --git a/resources/brew.sh b/resources/brew.sh index 62be935a..a3930a1b 100755 --- a/resources/brew.sh +++ b/resources/brew.sh @@ -29,6 +29,8 @@ brew install htop brew link python brew install scala brew install sbt +brew install node +brew install npm # Install everything else brew install watch diff --git a/resources/everything.sh b/resources/everything.sh new file mode 100644 index 00000000..2f15ad29 --- /dev/null +++ b/resources/everything.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +cd "dirname $BASH_SOURCE" +source brew.sh +source npm.sh diff --git a/resources/npm.sh b/resources/npm.sh new file mode 100644 index 00000000..78f33e35 --- /dev/null +++ b/resources/npm.sh @@ -0,0 +1 @@ +npm install http-server