Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ootkin/node-template
- Owner: ootkin
- License: mit
- Created: 2023-12-19T19:58:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-01T17:33:30.000Z (11 months ago)
- Last Synced: 2024-10-07T23:38:01.019Z (about 1 month ago)
- Language: Shell
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```