UNPKG

@trailstash/ultra

Version:

A web based tool for making MapLibre GL maps with data from sources such as Overpass, GeoJSON, GPX, KML, TCX, etc

7 lines (4 loc) 162 B
#!/usr/bin/env -S node // eslint-disable-next-line n/shebang import { execute } from "@oclif/core"; await execute({ development: true, dir: import.meta.url });