Skip to content

Commit 2af6d34

Browse files
committed
docs(ts-sdk): document how to build, publish, edit
1 parent ceb54c1 commit 2af6d34

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

ts-sdk/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Union TypeScript SDK
2+
3+
`@unionlabs/sdk`
4+
5+
## How to build and test
6+
7+
```sh
8+
nix build .#ts-sdk -L
9+
```
10+
11+
## How to publish
12+
13+
14+
First, bump `version` in `package.json`. Then:
15+
16+
```sh
17+
nix run .#publish-ts-sdk -L
18+
```
19+
20+
## How to develop
21+
22+
```sh
23+
nix develop
24+
cd ts-sdk/
25+
npm install
26+
npm run test-watch
27+
```

0 commit comments

Comments
 (0)