Skip to content

A tool that allows patching a Moodle backup using an Excel file to conveniently update due dates each semester

License

Notifications You must be signed in to change notification settings

ech0-de/moodle-migration-magic

Repository files navigation

✨ moodle-migration-magic ✨

A tool that allows patching a Moodle backup using an Excel file to conveniently update due dates each semester.

⚠ Still work in progress and very hacky! Use with caution! 👷‍♀️

🚀 Getting Started

Navigate to the GitHub-Pages deployment and follow the instructions there.

👩‍💻 Getting Started CLI

If you have Node.js installed on your machine, you can use npx to use moodle-migration-magic from the comfort of your command line.

$ npx moodle-migration-magic
Usage: npx mmm BACKUP.mbz [PATCH.xlsx]

 --help    output this help text
 --force   overwrite output file if it already exists
 --files   produce and consume a zip patch file that also contains
           editable activity contents (EXPERIMENTAL)


Hint: the full documentation of the process is available
      in the web deployment of moodle-migration-magic:
      -> https://ech0-de.github.io/moodle-migration-magic/

🛠 Development

  1. Clone repo
  2. Run npm install to install dependencies
  3. Run npm run dev to start development server

⚖ License

MIT

About

A tool that allows patching a Moodle backup using an Excel file to conveniently update due dates each semester

Resources

License

Stars

Watchers

Forks