@maplarge/adk
v0.0.133
Published
The MapLarge Application Development Kit
Downloads
22
Maintainers
Keywords
Readme
MapLarge Application Development Kit
The MapLarge ADK provides developers a framework for building extensions for a MapLarge server instance.
Install the MapLarge CLI
npm install -g @maplarge/cli
Create an ADK project
maplarge adk create-project -name [yourprojectname]
Initialize your project
In order to debug/test an ADK extension, you must have a running MapLarge server instance. The init command will configure your project to communicate with the server instance you specify.
cd [yourprojectname]
maplarge adk init -remoteServer [url]
Create an extension
maplarge adk create-extension -name [yourextensionname] -template hello-world
Build and run your extension
maplarge adk run
Release Notes
0.0.108 - Fix for setting Leaflet base URL