hexlet-exercise-kit
This is a complete kit for teachers who want to create exercises on the Hexlet platform.
Setup
$ git clone https://github.com/Hexlet/hexlet-exercise-kit.git
$ cd hexlet-exercise-kit
$ make setup
If your has access for a clone Hexlet repositories then set in bitbucket.config.env your auth data for download repositories and run:
$ make clone
# if you .ssh catalog has specific path:
$ make clone SSH_KEYS_PATH=/specific/path/to/your/.ssh
For pulling into cloned repos:
$ make rebase
New stuff
$ mkdir -p exercises/course-<name>/<lesson-name>_exercise
$ mkdir -p exercises/challenge-<course-name>/<name>_challenge