Skip to content

Quick Start Installation Guide

Nicole de Greef edited this page Sep 4, 2020 · 1 revision

Welcome to the smk-cli wiki!

"smk-cli" is derived from Simple Map Kit (SMK) Command Line Interface (CLI). It is a product that allows for rapid creation and editing of SMK dev kit based mapping applications. It is built using the nodejs (www.nodejs.org) framework for scalable network applications thus its dependency on the installation of nodejs prior to installation of smk-cli.

Quick Start: Download and install nodejs from https://nodejs.org/en/download/

Once installed use Node to install the code.

Note: Before installing a new version of smk-cli, you should remove any old versions:

npm uninstall —global smk-cli

Install smk-cli globally:

npm install —global smk-cli

Or locally (for experts only):

npm install smk-cli

Once installed globally, test that the smk command works:

smk help

Creation of a mapping application is done via the command line:

smk create

Editing of a map is done via the Simple Map Kit Editor, also invoked by the command line:

smk edit

Clone this wiki locally