Skip to content

bickelmeister/GoMapQuestTemplates

Repository files navigation

Go Map!! Quest Templates

Table of contents

This repository is used to collect templates for quests that can be added to GoMap!!

Repository Structure

The structure of the project will be according to the map feature of OSM.

Usage

currently the npm installation is not supported, still in develop mode, rollout estimated end of june 2024

$ npm install -g gomapquesttemplates
$ gomapquests COMMAND
running command...
$ gomapquests (--version)
gomapquesttemplates/1.0.0 darwin-arm64 node-v20.14.0
$ gomapquests --help [COMMAND]
USAGE
  $ gomapquests COMMAND
...

Commands

gomapquests create

Generates a JSON file with quests. This file can be imported by Go Map!!

USAGE
  $ gomapquests create [-q <value>...] [-d <value>] [-o <value>] [-a]

FLAGS
  -a, --all                include all JSON files from the root quests directory and its subdirectories
  -d, --directory=<value>  the directory you want to create the json output for
  -o, --output=<value>     [default: ./output] output directory
  -q, --quests=<value>...  name of the quest file you want to create a json output for

DESCRIPTION
  Generates a JSON file with quests. This file can be imported by Go Map!!

EXAMPLES
  $ gomapquests create -q service:bicycle:pump -q access -o ./output

  $ gomapquests create -d bicycle_parking -o ./output

  $ gomapquests create --all -o ./output

Contribution

TBD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published