No description
- TypeScript 100%
| examples | ||
| src | ||
| tests | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| rslib.config.ts | ||
| rstest.config.ts | ||
| tsconfig.json | ||
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