Skip to content

Helcostr/MAGE

 
 

Repository files navigation

MediaWikiAGE

MAGE (MediaWiki Automated Graphical Editor) is a MediaWiki API client mostly meant to be a replacement for AutoWikiBrowser (AWB).

This app is in heavy stages of production and isn't ready to be used yet.

Project setup

You will need:

  • Git
  • Node.js (version 14+; version 12 is no longer supported)
  • A package manager, such as pnpm

To start writing code, please fork the repository on GitHub first. This will be needed to send pull requests, which is how this project accepts patches.

# Clone the repository
git clone <URL to your fork>

# Enter the cloned folder
cd MAGE

# Install needed dependencies (use npm/yarn if you want)
pnpm install

# Run the application
pnpm run electron:serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 54.4%
  • JavaScript 44.6%
  • Other 1.0%