No description
Find a file
2024-08-19 23:19:59 -07:00
lib initial commit 2024-08-19 23:19:59 -07:00
.eslintrc initial commit 2024-08-19 23:19:59 -07:00
.gitignore initial commit 2024-08-19 23:19:59 -07:00
.prettierrc initial commit 2024-08-19 23:19:59 -07:00
bun.lockb initial commit 2024-08-19 23:19:59 -07:00
index.ts initial commit 2024-08-19 23:19:59 -07:00
package.json initial commit 2024-08-19 23:19:59 -07:00
README.md initial commit 2024-08-19 23:19:59 -07:00
tsconfig.json initial commit 2024-08-19 23:19:59 -07:00

jellyfin-to-m3u

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.24. Bun is a fast all-in-one JavaScript runtime.