> For the complete documentation index, see [llms.txt](https://shandler.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shandler.js.org/undefined.md).

# Shandler

## Installing Shandler

To install Shandler with NPM, run the following.

```
$ npm install shandler@latest
```

{% hint style="info" %}
To download Shandler's Beta, run `npm install shandler@dev`
{% endhint %}

To install Shandler with yarn, run the following.

```
$ yarn add shandler
```
