add installation guide
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s

This commit is contained in:
cswimr 2025-02-09 17:01:16 -06:00
parent 3c9eb1914a
commit b9ecf3121d
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -6,7 +6,31 @@ A simple JavaScript module to parse the contents of Packwiz index files.
## Installation
TODO
You can install PackwizJS with your package manager of choice.
### npm
```sh
npm add packwizjs
```
### pnpm
```sh
pnpm add packwizjs
```
### yarn
```sh
yarn add packwizjs
```
### bun
```sh
bun add packwizjs
```
## Usage