Skip to main content

Installation

gpx is currently available via npm.


The easiest way to install gpx right now is via npm. You need Node.js installed on your machine.

npm install -g @mindfiredigital/gpx

Verify the installation:

gpx --version

If you see a version number - you're good to go.


After Installing

Set up your first profile:

gpx add personal

Switch to it:

gpx use personal

Check it's active:

gpx current

That's it - you're set up. Head over to the Commands section to explore everything gpx can do.