The Node.js Initializ Buildpack facilitates the construction of Node.js-based applications through a cohesive set of collaborating buildpacks. These buildpacks encompass:
- Node Engine CNB
- Yarn CNB
- Yarn Install CNB
- NPM Install CNB
- Yarn Start CNB
- NPM Start CNB
- Node Start CNB
The buildpack provides support for building and running straightforward Node applications, as well as applications that utilize either NPM or Yarn for dependency management. It's worth noting that support for each of these package managers is mutually exclusive.
Usage examples can be found in the
samples
repository under the nodejs
directory.
This buildpack also includes the following utility buildpacks: