This project is a simple runner for TCH in command line interface.
- Linux
- MacOS X
- Windows
- C99
- make
- TaskCreationHelper's docker image
Enter this command to install tch runner.
$ make install
In Windows OS, you need to setting PATH environment variable. append .../TaskCreationHelper/Runner/bin
to PATH.
Enter this command to uninstall tch runner.
$ make uninstall
Enter this command on termianl to learn usage.
$ tch --help
You can use TCH Runner like this.
$ tch /Users/..../Example/SortTheList/config.json
TaskCreationHelper$ tch Example/SortTheList -l generate
TaskCreationHelper$ tch Example/SortTheList/config.json -l full
TaskCreationHelper/Runner$ tch ../Example/SortTheList/config.json
TaskCreationHelper/Example/SortTheList$ tch ./
TaskCreationHelper/Example/SortTheList$ tch config.json
- Check if the docker image is installed
- Remove system function to docker run & use docker api
- First version of TCH Runner.
- Add invocation level option.
- Now TCH Runner supports native Windows.
- TCH Runner supports
-i
,--init
option. - TCH Runner supports
-t
,--text_filter
option.