This repository is used to collect templates for quests that can be added to GoMap!!
The structure of the project will be according to the map feature of OSM.
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
...
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
TBD