A converter from ChangeMacroRecorder's log file to ChangeBeadsThreader's input
$ git clone https://github.com/salab/CMR2ChangeBeads.git
$ ./gradlew shadowJar
- generate .jar file into
build/libs
CMR2ChangeBeads
is a converter from ChangeMacroRecorder's log file to ChangeBeadsThreader's input.
- Git
- It need to be able to call it using
git
commands.
- It need to be able to call it using
- Kotlin 1.3+
- Java 1.8+
$ git clone https://github.com/salab/CMR2ChangeBeads.git
$ cd cmr2changebeads
$ ./gradlew shadowJar
- Output .jar file to
build/libs/
java -jar CMR2ChangeBeads-1.0.0-all.jar [path ...] -d <path>
- CMR2ChangeBeads parses the file specified in the argument and outputs the ChangeBeadsThreader's input repository.
- [path ...]
- The path of ChangeMacroRecorder's log files
- CMR2ChangeBeads parses the file specified in the argument and outputs the ChangeBeadsThreader's input repository.
- If you specify a directory path, all .log files in the directory will be taken as input.
- -d, --dest
- The output path to the ChangeBeadsThreader's input repository.
- -l, --log (default: false)
- Output log to standard output.