# sample-nodejs **Repository Path**: ccdxx/sample-nodejs ## Basic Information - **Project Name**: sample-nodejs - **Description**: mirrors from https://github.com/shipwright-io/sample-nodejs - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-18 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sample-nodejs A collection of Nodejs based sample code. ## Overview This repository host minimal assets develop for the Nodejs runtime. These samples are used in [Shipwrigh/Build](https://github.com/shipwright-io/build) for testing purposes. ## Structure This repository consists of multiple directories, each directory is intended to work with a particular set of tools that are currently supported in [Shipwrigh/Build](https://github.com/shipwright-io/build). ### `/docker-build` Assets with a Dockerfile, which indicates how to compile the specified go file. This asset is intended to work with tools like [Kaniko](https://github.com/GoogleContainerTools/kaniko) and [Buildah](https://github.com/containers/buildah). ### `/docker-build-renamed` Assets with a Dockerfile that uses `RenamedDockerfile` as the Dockerfile name. This asset is intended to work with tools like [Kaniko](https://github.com/GoogleContainerTools/kaniko) and [Buildah](https://github.com/containers/buildah). ### `/source-build` Assets with pure source code, without any knowledge about Docker. This asset is intended to work with [Buildpacks](https://buildpacks.io/), like the [Paketo](https://paketo.io/) and [Heroku](https://www.heroku.com/) implementation.