New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@maplarge/adk

Package Overview
Dependencies
Maintainers
8
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maplarge/adk

The MapLarge Application Development Kit

latest
npmnpm
Version
0.0.133
Version published
Maintainers
8
Created
Source

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

FAQs

Package last updated on 06 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts