GLINR Studio LogoTypeWeaver

Installation

Install GeoKit using your preferred package manager

Edit on GitHub

Installation

Install GeoKit using your preferred package manager.

Requirements

  • Node.js: version 18.0.0 or higher
  • Package Manager: npm, yarn, or pnpm

Quick Start (npx)

The fastest way to use GeoKit is via npx. This doesn't require any installation:

npx @glincker/geokit audit https://example.com

Global Installation

Install GeoKit globally to use the geokit command anywhere on your system:

npm install -g @glincker/geokit
yarn global add @glincker/geokit
pnpm add -g @glincker/geokit

Local Installation

For project-specific use, install GeoKit as a development dependency:

npm install --save-dev @glincker/geokit
yarn add -D @glincker/geokit
pnpm add -D @glincker/geokit

Verify Installation

Verify that GeoKit is installed correctly by checking the version:

geokit --version

You should see output similar to:

@glincker/geokit v0.3.0

Next Steps

Now that GeoKit is installed, learn how to use it: