rmotr-curriculum-tools

A set of tools to ease the work with rmotr.com curriculum


License
MIT
Install
pip install rmotr-curriculum-tools==0.3.1

Documentation

rmotr.com curriculum tools

Currently available commands:

# Create unit in a given course. Order is optional, will be
# appended at the end by default
$ rmotr_curriculum_tools create_unit PATH_TO_COURSE UNIT_NAME -o UNIT_ORDER

# Create lesson in a given unit. Order is optional, will be
# appended at the end by default
$ rmotr_curriculum_tools create_lesson PATH_TO_UNIT LESSON_NAME -t lesson-type -o LESSON_ORDER

# Remove a specific unit by providing its path
$ rmotr_curriculum_tools remove_unit PATH_TO_UNIT

# Remove a specific lesson by providing its path
$ rmotr_curriculum_tools remove_lesson PATH_TO_LESSON

Installation

$ pip install rmotr_curriculum_tools

Testing

$ make test