Tools are using in MEP at Amanotes
npm install mep-toolsmep-tools
=========
CLI tools that are using in MEP at Amanotes




sh-session
$ 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
* mep-tools fix-bin
* [mep-tools help [COMMAND]](#mep-tools-help-command)mep-tools bundle-games-iosBundle games for ios
`
USAGE
$ mep-tools bundle-games-iosOPTIONS
-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-binConvert bin 2 tabs to 3 tabs
`
USAGE
$ mep-tools fix-binOPTIONS
-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_