Skip to content

Commit 8ee67af

Browse files
committed
📄 Add LICENSE
1 parent f9d718f commit 8ee67af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# api-to-go
22

33
Convert Rest API's JSON payload to Golang struct.
4+
using [json-to-go](https://github.com/mholt/json-to-go)
45

56
# Install
67
```sh
78
git clone https://github.com/nkmr-jp/api-to-go.git
89
cd api-to-go
910
yarn install
10-
yarn fetch
11-
npm link
11+
yarn fetch # fetch json-to-go code
12+
npm link # make the command available
1213
```
1314

1415
# Usage

0 commit comments

Comments
 (0)