<div id="top"></div>

# Project name

[![EsLint](https://github.com/nfqde/nfq-npm-modules-template/actions/workflows/eslint.yml/badge.svg)](https://github.com/nfqde/nfq-npm-modules-template/actions/workflows/eslint.yml)

---

1. [Description](#description)
2. [Getting started](#getting-started)
    1. [Installation](#installation)
    2. [PeerDependencies](#peerdependencies)
3. [Usage](#usage)
4. [Props](#props)
5. [Support](#support)

---

## Description: [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Labore adipisicing nostrud nostrud consequat in excepteur ullamco veniam Lorem nostrud. Do laborum laboris nulla quis duis dolor est non pariatur irure esse occaecat. Id anim anim sint sunt nulla officia velit occaecat enim consectetur. Dolore occaecat ex ad occaecat consequat. Nulla anim nostrud excepteur nulla commodo dolor aute duis veniam culpa sit quis. Irure et irure enim cillum irure eiusmod nostrud exercitation esse ut minim.

<p align="right">(<a href="#top">back to top</a>)</p>

---

## Getting started

To setup the project locally follow the next steps:

### Installation

To install the package run
```sh
npm install <Project name>
```
if you are on yarn
```sh
yarn add <Project name>
```
or on pnpm
```sh
pnpm install <Project name>
```
   
### PeerDependencies:

The following PeerDependencies are needed so the component does work:

- \<dependency> >= \<version>

<p align="right">(<a href="#top">back to top</a>)</p>

---

## 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 [Documentation](https://example.com)_

<p align="right">(<a href="#top">back to top</a>)</p>

---

## Props

Use this space for prop tables if you make an react module or for params if you create js module. Or use it for arguments if you create an cli.

<p align="right">(<a href="#top">back to top</a>)</p>

---

## Support

Christoph Kruppe - [https://github.com/ckruppe] - c.kruppe@nfq.de  

<p align="right">(<a href="#top">back to top</a>)</p>