map-region-sync
v0.1.0
Published
map region sync
Downloads
3
Readme
map-region-sync
map region sync
Usage
$ npm install -g map-region-sync
$ mrs COMMAND
running command...
$ mrs (-v|--version|version)
map-region-sync/0.1.0 win32-x64 node-v15.12.0
$ mrs --help [COMMAND]
USAGE
$ mrs COMMAND
...
Commands
mrs gen PATH
generate hash for the reference map
USAGE
$ mrs gen PATH
ARGUMENTS
PATH path to the reference world
OPTIONS
-h, --help show CLI help
See code: src/commands/gen.ts
mrs help [COMMAND]
display help for mrs
USAGE
$ mrs help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
mrs sync BASE TARGET
sync region from a given world to another given world
USAGE
$ mrs sync BASE TARGET
ARGUMENTS
BASE sync base
TARGET sync target
OPTIONS
-h, --help show CLI help
See code: src/commands/sync.ts