An open API service indexing awesome lists of open source software.

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

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
```