mediawiki/extensions/GitGadgets - Gitiles

MediaWiki extension GitGadgets

Clone this repo:
  1. 7834f41 build: Updating micromatch to 4.0.8 by libraryupgrader · 8 weeks ago master
  2. 9cb11ce build: Updating mediawiki/mediawiki-codesniffer to 44.0.0 by libraryupgrader · 10 weeks ago
  3. 148aaee build: Updating npm dependencies by libraryupgrader · 4 months ago
  4. 3246b5f build: Updating npm dependencies by libraryupgrader · 5 months ago
  5. 725f737 build: Updating grunt-banana-checker to 0.13.0 by libraryupgrader · 5 months ago

GitGadgets

Allows the Gadgets extension to use remote git repos as sources.

Features

Development on Linux (OS X anyone?)

To take advantage of this automation, use the Makefile: make help. To start, run make install and follow the instructions.

Development on Windows

Since you cannot use the Makefile on Windows, do the following:

Install nodejs, npm, and PHP composer

Change to the extension's directory

npm install

composer install

Once set up, running npm test and composer test will run automated code checks.