https://github.com/ts-defold/library
Type library for Defold
https://github.com/ts-defold/library
lua repository tstl typescript typings
Last synced: 6 months ago
JSON representation
Type library for Defold
- Host: GitHub
- URL: https://github.com/ts-defold/library
- Owner: ts-defold
- License: mit
- Created: 2021-10-25T23:43:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T09:48:04.000Z (7 months ago)
- Last Synced: 2025-03-26T13:38:38.295Z (7 months ago)
- Topics: lua, repository, tstl, typescript, typings
- Language: TypeScript
- Homepage: https://ts-defold.dev/library
- Size: 601 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# library
Type library for Defold [extensions](https://defold.com/assets/).## Usage
This package is included with [TSD templates](https://github.com/topics/ts-defold-template).
1. Add your [dependencies to Defold](https://defold.com/manuals/libraries/) and save your `game.project` file
2. Run `npx library resolve`## Contributing
Your contributions are welcome! We appreciate the help.
Here are a few things to be aware of before opening a pull request:
- All commits to this repo must be [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).
- Your fork must be up-to-date with the main branch before your PR can be merged.
- See the [template](https://github.com/ts-defold/library/tree/main/template) folder for an example of how to format your types.
TypeScript :heart: Defold