mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
18 lines
497 B
YAML
18 lines
497 B
YAML
workflowVersion: 1.0.0
|
|
speakeasyVersion: latest
|
|
sources:
|
|
my-source:
|
|
inputs:
|
|
- location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api:main
|
|
targets:
|
|
plexjs:
|
|
target: typescript
|
|
source: my-source
|
|
publish:
|
|
npm:
|
|
token: $npm_token
|
|
codeSamples:
|
|
output: codeSamples.yaml
|
|
registry:
|
|
location: registry.speakeasyapi.dev/lukehagar/lukehagar/code-samples-typescript-plexjs
|