typescript
/ jest
/ semantic-release
/ github actions
/ prettier
/ renovate
yarn install
yarn build
yarn start
To enable automated docker builds, add the following secret to the repository's settings:
GH_PAT
- Create a GitHub personal access token. It only needs thepublic_repo
permission (this might mean the repo can't be private? Haven't tested it).
Images are pushed to GitHub Container Registry (ghcr.io). To pull an image:
docker pull ghcr.io/mattbun/nodejs-template
You can browse image tags for this repository here.
latest
- the most recent release1.2.3
- a specific release1.2
- the most recent patch release of a specific minor versionmain
- the current state of themain
branch (you probably don't want to use this)