moodle-migration-magic
v2.1.6
Published
A tool that allows patching a Moodle backup using an xlsx file to conveniently update due dates each semester.
Downloads
33
Readme
✨ 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
- Clone repo
- Run
npm install
to install dependencies - Run
npm run dev
to start development server
⚖ License
MIT