GithubHelp home page GithubHelp logo

addonprofiles's Introduction

AddonProfiles

Simple World of Warcraft Addon designed to allow the user to save profiles of their current Addon enabled state to quickly switch from one to another. The idea being, if they use a lot of Addons, as I do, they'll want some enabled while leveling, others enabled while in the open world and still others while raiding.

Warning

This is my first Addon, is still developement, and was developed with WotLK in mind and the focused test environment.

Install

NOTE: While in beta, this only supports install directly from Github.

  1. Visit the Github releases page.
  2. Download the latest release.
  3. Extract the downloaded wow-AddonProfiles-{{version}}.zip file and extract it.
  4. Rename the extracted directory to AddonProfiles.
  5. Copy AddonProfiles to you WoW Addons directory.

Usage

[AddonProfiles] Usage: /addonprofiles [option] (aliases: 'at', 'addons')
[AddonProfiles]   'show [PROFILE]': Show saved profile or profiles.
[AddonProfiles]   'addons ': List currently enabled Addons.
[AddonProfiles]   'help [SUBCOMMAND]': Show help message.
[AddonProfiles]   'load PROFILE': Load saved 'PROFILE'.
[AddonProfiles]   'save PROFILE': Saved current Addon state as 'PROFILE'.
[AddonProfiles]   'delete PROFILE': Delete saved 'PROFILE'.

Development

WoW Builtins

All WoW builtins that are used in the current iteration of this Addon are included via Libs/LUAUnit/WowStubs/WowStubs.lua. If you are adding and testing new functionality that requires a WoW builtin, add it there and be sure to add a test for it in test/stub_test.lua.

Running Tests Locally

There a few options:

With WSL or MacOs AND Lua Installed

make test

With WSL or MacOs AND Docker Installed

make ci

Without WSL or MacOs AND Lua Installed

test ./test/test.lua -v

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.