No description
  • TypeScript 100%
Find a file
2025-10-09 23:35:59 +08:00
examples init 2025-10-09 23:33:44 +08:00
src init 2025-10-09 23:33:44 +08:00
tests init 2025-10-09 23:33:44 +08:00
.gitignore init 2025-10-09 23:33:44 +08:00
.prettierignore init 2025-10-09 23:33:44 +08:00
.prettierrc init 2025-10-09 23:33:44 +08:00
package.json fix pub config 2025-10-09 23:35:59 +08:00
pnpm-lock.yaml init 2025-10-09 23:33:44 +08:00
pnpm-workspace.yaml init 2025-10-09 23:33:44 +08:00
README.md init 2025-10-09 23:33:44 +08:00
rslib.config.ts init 2025-10-09 23:33:44 +08:00
rstest.config.ts init 2025-10-09 23:33:44 +08:00
tsconfig.json init 2025-10-09 23:33:44 +08:00

phjobs-ts

Mini TS Wrapper for the API: https://phjobs-api.tbdh.app/

Setup

Install the dependencies:

pnpm install

Get started

Build the library:

pnpm build

Build the library in watch mode:

pnpm dev