typescript / jest / semantic-release / github actions / prettier / renovate
yarn installyarn buildyarn 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_repopermission (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-templateYou 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 themainbranch (you probably don't want to use this)