Skip to content
/ nodejs-template Public template

A TypeScript Node.js application template with automated multi-architecture Docker builds powered by semantic-release and GitHub actions

License

Notifications You must be signed in to change notification settings

mattbun/nodejs-template

Repository files navigation

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)

About

A TypeScript Node.js application template with automated multi-architecture Docker builds powered by semantic-release and GitHub actions

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •