Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 755 Bytes

File metadata and controls

18 lines (13 loc) · 755 Bytes

mwutil

A CLI tool which helps managing MediaWiki development environments.

Note

This tool is specifically built to work with mw-dev-kit and will not work in other development environments.

Versions

There are currently two versions of the tool: The old python version in /py, and the rust rewrite in /rs.

While the rust rewrite is currently still missing some modules, it is already stable and offers the following advantages:

  • Improved execution performance (some commands are up to 100x faster)
  • Improved autocompletion (e.g. for maintenance scripts) that is way more responsive due to the performance improvements
  • Improved error handling
  • Bugfixes
  • New/improved features