Otarustlings exercise platform.
Usage
init
To create the initial exercise directory structure and write the exercises, use:
otarustlings init
The command creates a directory called exercises in the current directory.
Note:
initdoes not overwrite old exercises.
start
To start testing your changes, use:
otarustlings start
The command must be issued in the parent directory of exercises, i.e. the same directory init was called in.
The first thing that is shown is a menu of the exercises. Using up and down arrows, one can change the selection and pressing enter will start testing it.
All changes to the file are monitored and tested. The test output is shown in the terminal.
To return to menu, press Q or ESC.
To quit otarustlings, press Q or ESC in the menu.
Development
otarustlings is updated each week to add new exercises.
Read the source code, start and fork the project and submit issues to the repository.