A starter template for nodejs applications.
If you want to update a current repository created with this template, you need to:
git remote add template https://github.com/ootkin/node-template.git
git fetch --all
git merge template/main --allow-unrelated-histories