Documentation
¶
Index ¶
Constants ¶
View Source
const ( Node = "node" NodeModules = "node_modules" Npm = "npm" )
View Source
const NoStartScriptError = "no start script in package.json"
View Source
const StartupScript = `trap 'kill -TERM $CPID' TERM
trap 'kill -INT $CPID' INT
( %s ) &
CPID="$!"
wait $CPID
trap - TERM INT
wait $CPID
`
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.