Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/icholy/cesium_typescript_generator

WIP
https://github.com/icholy/cesium_typescript_generator

Last synced: about 1 month ago
JSON representation

WIP

Awesome Lists containing this project

README

        

## This is an ugly hack.

``` sh
cd cesium
jsdoc -c ./Tools/jsdoc/conf.json -X > docs.json

cd cesium_typescript_generator
node main.js docs.json > cesium.d.ts
```