adofai-typegen/README.md

25 lines
416 B
Markdown
Raw Permalink Normal View History

2023-03-30 15:04:34 +09:00
# ADOFAI Typegen
Typescript type generator for ADOFAI events
## Usage
First, setup registry.
```shell
npm config set @pikokr-gitea:registry https://git.pikokr.dev/api/packages/pikokr/npm/
npm config set -- '//git.pikokr.dev/api/packages/pikokr/npm/:_authToken' "<PAT>"
```
Install package
```shell
npm i -g @pikokr-gitea/adofai-typegen
```
Run
```shell
adofai-typegen https://example.com/properties.json
```