You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
-17Lines changed: 0 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,6 @@ This repo is a NodeJS package that generates a typescript client from an open ap
12
12
- React-Query hooks for use in React applications
13
13
- Built with [tsup](https://tsup.egoist.sh/)
14
14
15
-
## Build
16
-
17
-
Developed on `Node 16` and `npm 7`
18
-
19
-
20
-
1. Install dependencies with `npm i`
21
-
2. Copy a version of the data-manager-api open-api YAML file in to the repo root
22
-
3. Generate the client with `npm run build`
23
-
4. This can then be deployed with `npm publish`
24
-
25
-
26
-
## Commands
27
-
28
-
-`npm run orval` will generate the client with Orval
29
-
-`npm run build` will generate the client and then bundle it and create a version that can be deployed to npm
30
-
-`npm run watch` will watch for changes in the repo and rebundle when changes re detected. It does not regenerate the client automatically.
31
-
32
15
## Output
33
16
34
17
The contents published packages depend on the version of the `openapi.yaml` used to generate it. In general though, the package is organised as follows:
0 commit comments