CLI tool for starting, testing and publishing OCA assignments all in the terminal.
Install NodeJS, then open up a terminal and run the following command.
npm install -g oca-cli
oca-cli start [project-name]
This will create a folder within the current terminal directory containing starter files to help students complete the project.
oca-cli test
This will run tests for the current project to help guide development and gauge your progress toward completion.