neon 0.4.0

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

# version.sh: Print the Neon version, as extracted from the Cargo manifest.

$(dirname $0)/boot.sh || exit $?

NEON=$($(dirname $0)/home.sh)

toml --nocolor "$NEON/Cargo.toml" package.version | xargs echo