neon 0.4.0

A safe abstraction layer for Node.js.
Documentation
1
2
3
4
5
#!/bin/bash

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

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