Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.14 KB

nodejs-template

typescript / jest / semantic-release / github actions / prettier / renovate

Getting Started (Development)

  1. yarn install
  2. yarn build
  3. yarn start

Docker Images

To enable automated docker builds, add the following secret to the repository's settings:

Pulling Images

Images are pushed to GitHub Container Registry (ghcr.io). To pull an image:

docker pull ghcr.io/mattbun/nodejs-template

Browse Image Tags

You can browse image tags for this repository here.

Image Tagging

  • latest - the most recent release
  • 1.2.3 - a specific release
  • 1.2 - the most recent patch release of a specific minor version
  • main - the current state of the main branch (you probably don't want to use this)