Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/frederisk/mediawikigadget-typescript-templaterepository
- Owner: Frederisk
- License: mit
- Created: 2021-07-21T19:28:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T15:50:23.000Z (over 2 years ago)
- Last Synced: 2024-12-17T06:04:15.483Z (about 1 month ago)
- Topics: mediawiki, mediawiki-gadget, wikimedia
- Language: TypeScript
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.