OpenLayers docset generator.
- Clone this repository
git clone https://github.com/hanreev/openlayers-docset.git # then change directory to this project cd openlayers-docset
- Clone openlayers repository
git clone https://github.com/openlayers/openlayers.git
Note:
Instead of cloning whole repository, you may download the desired release from OpenLayers release page and extract it intoopenlayers
folder - Install dependencies
# Using NPM npm i # Using Yarn yarn
- Generate docset
# Using NPM npm run build # Using Yarn yarn build
- Archive docset
# Using NPM npm run archive # Using Yarn yarn archive # Or execute manually tar --exclude='.DS_Store' -cvzf OpenLayers.tgz OpenLayers.docset
Check out Openlayers TypeScript Definition repository
Copyright © 2019 Rifa'i M. Hanif
Licensed under MIT License