Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ootkin/node-template

A starter template for nodejs modules
https://github.com/ootkin/node-template

Last synced: about 1 month ago
JSON representation

A starter template for nodejs modules

Awesome Lists containing this project

README

        

# 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:

```shell
git remote add template https://github.com/ootkin/node-template.git
git fetch --all
git merge template/main --allow-unrelated-histories
```