https://github.com/danielpza/ds-types
Generate Don't Starve types definitions for typescript
https://github.com/danielpza/ds-types
Last synced: about 2 months ago
JSON representation
Generate Don't Starve types definitions for typescript
- Host: GitHub
- URL: https://github.com/danielpza/ds-types
- Owner: danielpza
- Created: 2019-08-24T23:54:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T22:38:50.000Z (almost 4 years ago)
- Last Synced: 2025-12-23T02:18:21.809Z (6 months ago)
- Language: TypeScript
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ds-types
Don't Starve Together types definitions for [TypescriptToLua](https://github.com/TypeScriptToLua/TypeScriptToLua).
## Installing
```sh
npm i --save-dev https://github.com/danielpza/ds-types
```
## Generating types
Unzip `/path/to/don't starve/data/databundles/scripts.zip` and place it in the project root, then run:
```sh
npm run build
```