Skip to content

ootkin/node-template

Repository files navigation

node-template

A starter template for nodejs applications.

Template sync

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