Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 564 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 564 Bytes

buildpack-nodejs

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.

Install

make install

Uninstall

make uninstall

Usage

While inside a node.js project directory:

buildpack-nodejs-build
buildpack-nodejs-run npm i
buildpack-nodejs-run -e .env npm run test

License

MIT © Stipe Kotarac (https://github.com/kotarac)