Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frederisk/mediawikigadget-typescript-templaterepository

A TypeScript template repository for MediaWiki Gadget. To allow anyone to create gadgets with TypeScript quickly.
https://github.com/frederisk/mediawikigadget-typescript-templaterepository

mediawiki mediawiki-gadget wikimedia

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## For Developer

### Prerequisites

- Install [nodejs](https://nodejs.org/en/) version 1.0 or higher.
- Install [yarn](https://classic.yarnpkg.com/lang/en/docs/install/).

### 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.