Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icholy/cesium_typescript_generator
WIP
https://github.com/icholy/cesium_typescript_generator
Last synced: about 1 month ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/icholy/cesium_typescript_generator
- Owner: icholy
- Created: 2015-05-20T19:53:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T16:27:13.000Z (over 9 years ago)
- Last Synced: 2024-10-03T15:21:25.815Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This is an ugly hack.
``` sh
cd cesium
jsdoc -c ./Tools/jsdoc/conf.json -X > docs.jsoncd cesium_typescript_generator
node main.js docs.json > cesium.d.ts
```