https://github.com/sebbo2002/js-template
A template that I use to start new projects and services.
https://github.com/sebbo2002/js-template
Last synced: 4 months ago
JSON representation
A template that I use to start new projects and services.
- Host: GitHub
- URL: https://github.com/sebbo2002/js-template
- Owner: sebbo2002
- License: mit
- Created: 2021-05-06T19:08:15.000Z (about 5 years ago)
- Default Branch: typescript
- Last Pushed: 2025-11-30T21:21:21.000Z (8 months ago)
- Last Synced: 2025-12-03T06:02:01.576Z (8 months ago)
- Language: JavaScript
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# template
[](LICENSE)
Here would be a very short description of the project. So in this example it would be a short information that this is
a template that I use to start new projects and services.
## 🚨 Template Usage Checklist
- [ ] Update project name in `package.json`
- [ ] Create `main` and `develop` branches
- [ ] Set `develop` as default branch
- [ ] Create Docker Repository
- [ ] Add Repository Description
- [ ] Add secret: `DOCKERHUB_TOKEN`
- [ ] Create npm Repository with `npm publish --access public`
- [ ] Add secret: `NPM_TOKEN`
- [ ] Go through repo settings
## 📦 Installation
git clone https://github.com/sebbo2002/template.git
cd ./template
npm install
## ⚡️ Quick Start
This is where it would normally say how to use the project.
This could be a code example for a library or instructions on how to use a CLI tool.
## 📑 API-Reference
Is there an API that needs to be documented? Then here would be a nice place for it. If there is external documentation,
you can link it here ([example](https://github.com/sebbo2002/ical-generator/#-api-reference)).
## 🙋 FAQ
### What's `1` + `2`
It's `3` 🎉
## 🙆🏼♂️ Copyright and license
Copyright (c) Sebastian Pekarek under the [MIT license](LICENSE).