Grano22 / kataboard_local

Kataboard local is created for practising programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kataboard Local Runner

Commands

Run workplace with examples and usage of module

php ./scripts/LocalRunner/run.php -w workplaceDirName

Command options:

  • -w {{workplaceId}} | Specify workplace to run
  • -s {{solutionId}} | Specify solution id of workplace (subpath name of workplace), by default will be selected first dir after scan

example: php ./scripts/LocalRunner/run.php -w InsertionSorting

Run tests for workplace

php ./scripts/LocalRunner/runTests.php -w InsertionSorting

example: php ./scripts/LocalRunner/runTests.php -w InsertionSorting

About

Kataboard local is created for practising programming


Languages

Language:PHP 95.0%Language:Go 4.6%Language:Shell 0.4%