lukeknxt / classicwow-to-guidelime

Produce Guidelime guides from classicwow.live levelling guides
GNU Lesser General Public License v3.0
18 stars 7 forks source link

classicwow-to-guidelime

GitHub Actions Badge

A project to provide the convenience of Guidelime with the sophistication of the classicwow.live levelling guides.

Installation

The latest guides available for download can be found here.

Follow the Guidelime instructions to install them and make them available to the addon.

Contributing

Setup

Prerequisites

bun install

Usage

For a single guide:

bun generateGuide <race> <class>

For all guides:

bun generateAll

E.g.

bun generateGuide human warrior

The generated guide can then be found at src/tmp/Guidelime_<Race><Class> alongside a zip file that is generated for sharing convenience.

Running Tests

bun test