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

# Installation

Install the buymeacoffee.js via NPM using the following command below.

```bash
npm install buymeacoffee.js
```

{% hint style="success" %}
You can check the official [NPM package here.](https://www.npmjs.com/package/buymeacoffee.js)
{% endhint %}

Or you can install with [YARN](https://yarnpkg.com/).

```bash
yarn add buymeacoffee.js
```
