mediawiki-skins-cli
v1.43.0
Published
Generate MediaWiki skins and extensions from nothing.
Downloads
40
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