mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
24 lines
520 B
Markdown
24 lines
520 B
Markdown
# @lukehagar/plexjs-example
|
|
A basic example of how to use the @lukehagar/plexjs package.
|
|
|
|
## Installation
|
|
|
|
In the event `@lukehagar/plexjs` is not published to npm, you can install it locally by running the following command in the examples folder:
|
|
```sh
|
|
npm run setup
|
|
```
|
|
|
|
This will rebuild the parent package and install it locally.
|
|
|
|
Otherwise you can install it from npm:
|
|
```sh
|
|
npm install @lukehagar/plexjs
|
|
```
|
|
|
|
## Usage
|
|
|
|
To run the example, run the following command in the examples folder:
|
|
```sh
|
|
npm run start
|
|
```
|