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

Simple buildpack for node.js.

License

Notifications You must be signed in to change notification settings

kotarac/buildpack-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Simple buildpack for node.js.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published