FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
85 stars 47 forks source link

Command to uninstall a plugin (mdk plugin uninstall) #140

Open damyon opened 8 years ago

damyon commented 8 years ago

Pretty please!

mudrd8mz commented 7 years ago

https://github.com/mudrd8mz/mdk/blob/custom-scripts/mdk/scripts/unplug.php may be a good start for development. I used that one to uninstall all additional plugins. Maybe it could be extended to take the param name as another argument.