https://github.com/devtobi/template-repo
Template repository for all upcoming repositories including Git and GitHub related files.
https://github.com/devtobi/template-repo
template
Last synced: 9 months ago
JSON representation
Template repository for all upcoming repositories including Git and GitHub related files.
- Host: GitHub
- URL: https://github.com/devtobi/template-repo
- Owner: devtobi
- License: mit
- Created: 2020-01-24T13:37:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T07:06:15.000Z (over 3 years ago)
- Last Synced: 2025-04-08T15:05:41.177Z (about 1 year ago)
- Topics: template
- Language: Markdown
- Size: 87.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
![Quote of the day][quote-shield]
[![Current release][release-shield]][release-url]
[![Docker image][docker-version-shield]][docker-version-url]
[![Last commit][commit-shield]][commit-url]
[![Open issues][issues-shield]][issues-url]
[![Open pull requests][pr-shield]][pr-url]
[![Closed issues][issues-closed-shield]][issues-closed-url]
[![Closed pull requests][pr-closed-shield]][pr-closed-url]
[![Stargazers][stars-shield]][stars-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Commit Activity per week][commit-activity-shield]][commit-activity-url]
[![GitHub releases downloads][downloads-shield]][downloads-url]
[![Docker pulls][docker-pulls-shield]][docker-pulls-url]
![Dependencies][dependency-shield]
![Top Language][top-language-shield]
![Languages][languages-shield]
![Lines of code][lines-shield]
![Repository size][size-shield]
[![Image size][docker-size-shield]][docker-size-url]
[![License][license-shield]][license-url]
YOUR_TITLE
YOUR_SHORT_DESCRIPTION
Explore the docs »
View Demo
·
Check GitHub Pages
·
Report Bug
·
Request Feature
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Release Notes](#release-notes)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [Authors](#authors)
* [Acknowledgements](#acknowledgements)
* [License](#license)
## About The Project
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Only list the technologies and major frameworks used in the 'Built With' section.
### Built With
* []()
* []()
* []()
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```
### Installation
1. Clone the repo
```sh
git clone https://github.com/github_username/repo.git
```
## Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
_For more examples, please refer to the [wiki](https://github.com/devtobi/template-repo/wiki)_
## Release Notes
Current release is:
![Current release][release-shield]
Only feature additions are listed here (_For the detailed notes, please refer to the [releases](https://github.com/devtobi/template-repo/releases)_)
### 0.2
* ADD: Add `init()`
### 0.1
* The first proper release
* CHANGE: Rename `foo()` to `bar()`
## Roadmap
See the [open issues](https://github.com/devtobi/template-repo/issues) for a list of proposed features (and known issues).
### 2.x (December 2020)
- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
- At vero eos et accusam et justo duo dolores et ea rebum
- Stet clita kasd gubergren
### 3.x (t.b.d)
- [Updates Slides](https://www.example.com)
- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
- At vero eos et accusam et justo duo dolores et ea rebum
- Stet clita kasd gubergren
## Contributing
Please read [CONTRIBUTING.md][contributing-url] for details about the process for submitting pull requests to us.
The Code of Conduct can be found in [CODE_OF_CONDUCT.md][code-of-conduct-url]
## Authors
* **Tobias Stadler** - *Initial work* - [devtobi](https://github.com/devtobi)
See also the list of [contributors][contributors-url] who participated in this project.
## Acknowledgements
* []()
* []()
* []()
## License
Distributed under the MIT License. See [LICENSE][license-url] for more information.
[contributors-shield]: https://img.shields.io/github/contributors/devtobi/template-repo.svg?style=for-the-badge&logo=github
[contributors-url]: https://github.com/devtobi/template-repo/graphs/contributors
[contributing-url]: https://github.com/devtobi/template-repo/blob/master/CONTRIBUTING.md
[code-of-conduct-url]: https://github.com/devtobi/template-repo/blob/master/CODE_OF_CONDUCT.md
[forks-shield]: https://img.shields.io/github/forks/devtobi/template-repo.svg?style=for-the-badge&logo=github
[forks-url]: https://github.com/devtobi/template-repo/network/members
[stars-shield]: https://img.shields.io/github/stars/devtobi/template-repo.svg?style=for-the-badge&logo=github
[stars-url]: https://github.com/devtobi/template-repo/stargazers
[issues-shield]: https://img.shields.io/github/issues-raw/devtobi/template-repo.svg?style=for-the-badge&logo=github
[issues-url]: https://github.com/devtobi/template-repo/issues?q=is%3Aopen+is%3Aissue+
[issues-closed-shield]: https://img.shields.io/github/issues-closed-raw/devtobi/template-repo.svg?style=for-the-badge&logo=github
[issues-closed-url]: https://github.com/devtobi/template-repo/issues?q=is%3Aissue+is%3Aclosed
[pr-shield]: https://img.shields.io/github/issues-pr-raw/devtobi/template-repo.svg?style=for-the-badge&logo=github
[pr-url]: https://github.com/devtobi/template-repo/pulls?q=is%3Apr+is%3Aopen
[pr-closed-shield]: https://img.shields.io/github/issues-pr-closed-raw/devtobi/template-repo.svg?style=for-the-badge&logo=github
[pr-closed-url]: https://github.com/devtobi/template-repo/pulls?q=is%3Apr+is%3Aclosed
[license-shield]: https://img.shields.io/github/license/devtobi/template-repo.svg?style=for-the-badge&logo=github
[license-url]: https://github.com/devtobi/template-repo/blob/master/LICENSE
[size-shield]: https://img.shields.io/github/repo-size/devtobi/template-repo?style=for-the-badge&logo=github
[lines-shield]: https://img.shields.io/tokei/lines/github/devtobi/template-repo?style=for-the-badge&logo=github&label=Lines%20of%20code
[release-shield]: https://img.shields.io/github/v/release/devtobi/template-repo?sort=semver&style=for-the-badge&logo=github
[release-url]: https://github.com/devtobi/template-repo/releases
[commit-shield]: https://img.shields.io/github/last-commit/devtobi/template-repo?style=for-the-badge&logo=github
[commit-url]: https://github.com/devtobi/template-repo/commit/master
[commit-activity-shield]: https://img.shields.io/github/commit-activity/m/devtobi/template-repo?logo=github&style=for-the-badge
[commit-activity-url]: https://github.com/devtobi/template-repo/commit/master
[top-language-shield]: https://img.shields.io/github/languages/top/devtobi/template-repo?style=for-the-badge&label=Top%20language&logo=github
[languages-shield]: https://img.shields.io/github/languages/count/devtobi/template-repo?style=for-the-badge&logo=github
[downloads-shield]: https://img.shields.io/github/downloads/devtobi/template-repo/total?logo=github&style=for-the-badge
[downloads-url]: https://github.com/devtobi/template-repo/releases
[travis-shield]: https://img.shields.io/travis/com/devtobi/template-repo.svg?style=for-the-badge&logo=travisci
[dependency-shield]: https://img.shields.io/librariesio/github/devtobi/template-repo.svg?style=for-the-badge&logo=librariesdotio&logoColor=white
[quote-shield]: https://img.shields.io/badge/dynamic/xml?url=https://quotes.rest/qod?category=funny&label=Quote%20of%20the%20Day&query=//response/contents/quotes/quote&style=for-the-badge&logo=wikiquote
[docker-version-shield]: https://img.shields.io/docker/v/devtobi/template-repo?logo=docker&logoColor=white&sort=semver&style=for-the-badge
[docker-version-url]: https://hub.docker.com/r/devtobi/template-repo
[docker-pulls-shield]: https://img.shields.io/docker/pulls/devtobi/template-repo?logo=docker&logoColor=white&style=for-the-badge
[docker-pulls-url]: https://hub.docker.com/r/devtobi/template-repo
[docker-size-shield]: https://img.shields.io/docker/image-size/devtobi/template-repo?logo=docker&logoColor=white&sort=semver&style=for-the-badge
[docker-size-url]: https://hub.docker.com/r/devtobi/template-repo
[product-screenshot]: docs/images/product-screenshot.png