Jump to content

Wikipedia:Wikiploy

From Wikipedia, the free encyclopedia
Wikiploy logo

Wikiploy is a tool for deploying user scripts and gadgets on Wikipedia (and other wikis based on MediaWiki). With this tool, you can easily deploy your JS, CSS, and more. With a single click or keystroke, you can deploy from your favorite Git repository to as many wikis as you need. Yes, you read that correctly — you can quickly deploy your script to Meta, Wikipedia, and Wikisource, and finally keep all deployments in sync.

The tool uses NodeJS to deploy scripts quickly. If you're just starting, you might want to use GitHub: Wikiploy Rollout Example as a template for your gadget. You can also use wiki2git to export an existing gadget and then add Wikiploy to it.

Note that by using NodeJS, you can create unit tests and use various build tools like Browserify, Webpack, etc. So you can test automatically, build automatically, and deploy automatically. See more in: Wikiploy: Building your project.

See also

[edit]
[edit]