The Node.js Paketo Buildpack provides a set of collaborating buildpacks that enable the building of a Node.js-based application. These buildpacks include:
- Node Engine CNB
- Yarn CNB
- Yarn Install CNB
- NPM Install CNB
- Yarn Start CNB
- NPM Start CNB
- Node Start CNB
The buildpack supports building/running simple Node applications or applications which utilize either NPM or Yarn for managing their dependencies. Support for each of these package managers is mutually exclusive.
Usage examples can be found in the
samples
repository under the nodejs
directory.
- Paketo Full Builder
- Paketo Base Builder (for apps which do not leverage common C libraries)
This buildpack also includes the following utility buildpacks:
- Procfile CNB
- Environment Variables CNB
- Image Labels CNB
- CA Certificates CNB
- Node Run Script CNB
- Node Module Bill of Materials CNB
Check out the Paketo Node.js docs for more information.