Skip to content

boynicholas/buildpacks-node

 
 

Repository files navigation

Heroku Cloud Native Node.js Buildpacks

CircleCI

Heroku's official Cloud Native Buildpacks for the Node.js ecosystem.

Included Buildpacks

Languages

Language buildpacks are meta-buildpacks that aggregate other buildpacks for convenient use. Use these if you want to build your application.

Misc

Classic Heroku Buildpacks

If you're looking for the repositories of the classic Node.js Heroku buildpacks than can be used on the Heroku platform, use the links below for your convenience.

Building

Many of the buildpacks in this repository require a separate build step before they can be used. By convention, build scripts must be located in a file named build.sh in the buildpack root directory.

Build script conventions

build.sh scripts:

  • MUST NOT depend on a specific working directory and can be called from anywhere
  • MUST write the finished buildpack to target/ within the buildpack directory

Dependencies

  • Bash >= 5.0
  • yj >= 5.0.0 in $PATH
  • jq >= 1.6 in $PATH

License

Licensed under the MIT License. See LICENSE file.

About

Heroku's official Cloud Native Buildpacks for the Node.js ecosystem.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 67.1%
  • Go 32.9%