Simple buildpack for node.js.
Reads engines
from package.json
and installs appropriate versions of node and npm.
Run script is a simple wrapper for executing node/npm installed by the buildpack.
Depends on jq.
make install
make uninstall
While inside a node.js project directory:
buildpack-nodejs-build
buildpack-nodejs-run npm i
buildpack-nodejs-run -e .env npm run test
MIT © Stipe Kotarac (https://github.com/kotarac)