https://github.com/tim-smart/discord-api-docs-parser
https://github.com/tim-smart/discord-api-docs-parser
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tim-smart/discord-api-docs-parser
- Owner: tim-smart
- Created: 2021-05-20T20:25:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T00:58:16.000Z (over 1 year ago)
- Last Synced: 2025-04-11T06:32:20.408Z (about 1 year ago)
- Language: TypeScript
- Size: 488 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# discord-api-docs-parser
Extracts type information from the Discord API Docs.
## Usage
```
$ npm i -g @tim-smart/discord-api-docs-parser
$ discord-api-codegen -l typescript /path/to/discord-api-docs > out.ts
```