Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 528 Bytes

File metadata and controls

15 lines (10 loc) · 528 Bytes

MediaWikiGadget-TypeScript-TemplateRepository

A TypeScript template repository for MediaWiki Gadget. To allow anyone to create gadgets with TypeScript quickly.

For Developer

Prerequisites

  • Install nodejs version 1.0 or higher.
  • Install yarn.

Preparatory

  • Fork or download this repository to your local device.
  • Switch the working directory to it.
  • Execute the command yarn install to install all dependencies for a project.