Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 628 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 628 Bytes

jproxy

Development

# Setup node and npm using nvm (assuming you're using bash (adjust if otherwise))
git clone git://github.com/creationix/nvm.git ~/nvm
echo '
. ~/nvm/nvm.sh
[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion
' >> ~/.bashrc
source ~/.bashrc

nvm install v0.8.1
nvm use v0.8.1

# Install dev stuff globally
npm install -g coffee-script supervisor jasmine-node

# Install required node modules
npm install .

# Setup tester
supervisor -e coffee -w 'lib,spec' -n error -n exit -x jasmine-node -- --coffee --verbose spec