oca-cli
v0.9.9
Published
CLI tool to be used by students at Origin Code Academy to generate starter kits for projects
Downloads
5
Readme
oca-cli
CLI tool for starting, testing and publishing OCA assignments all in the terminal.
Installing
Install NodeJS, then open up a terminal and run the following command.
npm install -g oca-cli
Starting projects
oca-cli start [project-name]
This will create a folder within the current terminal directory containing starter files to help students complete the project.
Running tests
oca-cli test
This will run tests for the current project to help guide development and gauge your progress toward completion.
Submitting projects
oca-cli submit
This will attempt to submit the current project. If all tests pass your project will be submitted and you can begin the next assignment.