neon 0.3.0

A safe abstraction layer for Node.js.
#!/bin/bash

# home.sh: Print the complete path to the Neon project root directory.

(cd $(dirname $0)/.. && pwd)