mediawiki-skins-cli
v1.44.0-wmf.6a
Published
Generate MediaWiki skins and extensions from nothing.
Downloads
190
Readme
This skin reflects the templates in https://github.com/wikimedia/mediawiki-skins-Example/tree/master/templates
Making a skin from the command line
npm install mediawiki-skins-cli
npx create-mw-skin SkinName
cd SkinName
npm install
npm start