mep-tools
v1.0.1
Published
Tools are using in MEP at Amanotes
Downloads
4
Readme
mep-tools
CLI tools that are using in MEP at Amanotes
Usage
$ npm install -g mep-tools
$ mep-tools COMMAND
running command...
$ mep-tools (-v|--version|version)
mep-tools/1.0.1 darwin-x64 node-v12.16.2
$ mep-tools --help [COMMAND]
USAGE
$ mep-tools COMMAND
...
Commands
mep-tools bundle-games-ios
Bundle games for ios
USAGE
$ mep-tools bundle-games-ios
OPTIONS
-h, --help show CLI help
-i, --input=input input directory which contains games.csv and icon files (*.png, *.jpg)
-o, --output=output output directory which is ios project directory
See code: src/commands/bundle-games-ios.ts
mep-tools fix-bin
Convert bin 2 tabs to 3 tabs
USAGE
$ mep-tools fix-bin
OPTIONS
-h, --help show CLI help
-i, --input=input input directory which contains midi files (*.mid, *.bin)
-o, --output=output output directory
See code: src/commands/fix-bin.ts
mep-tools help [COMMAND]
display help for mep-tools
USAGE
$ mep-tools help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help