0.1.0 • Published 3 years ago

map-region-sync v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

map-region-sync

map region sync

oclif Version Downloads/week License

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