> For the complete documentation index, see [llms.txt](https://docs.mburger.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mburger.cloud/javascript-docs-1/installation.md).

# Installation

{% hint style="info" %}
This package can be installed via the most common Javascript package managers:
{% endhint %}

## NPM

```javascript
npm i mburger --save
```

## Yarn

```javascript
yarn add mburger --save
```
