Code Monkey home page Code Monkey logo

macro-deck-extensions's Introduction

Macro Deck Extension Store

This repository is the build manifest for the Macro Deck 2 Extension Store.

All artifacts to include in Macro Deck must be pulled into this repository for building/packaging.

How to publish your content

Prerequirements

  • You need a repository for your Extension (for Plugins AND IconPacks)

  • You need to choose a package id

    When choosing a package id, make sure you follow this rules:

    • No whitespaces
    • Use the format YourName.YourExtensionName

    Example: SuchByte.MacroDeckcolorfulgenericicons

  • Your Extension needs a ExtensionManifest.json file which should look like this:

{
   "type" : "Plugin|IconPack",
   "name" : "NameOfYourExtension", (You can't change this in the future)
   "author" : "You",
   "repository" : "https://github.com/you/Your-Repository",
   "packageId" : "YourName.ExtensionName", (No whitespace and no special characters allowed, you can't change this in the future)
   "version" : "1.0.0", (Recommended format: Major.Minor.Patch)
   "target-plugin-api-version" : 40, (Find this in the Macro Deck settings)
   "target-macro-deck-version" : "1.13.0", (The current version you're using for development)
   "dll" : "My Plugin.dll" (Only required for plugins)
   "author-discord-userid": "9876545678765" (Optional: Your Discord user Id for support)
}

Repository root file structure

Plugins

ExtensionManifest.json
MyPlugin.csproj
ExtensionIcon.png
MyPlugin.cs
.
.
.

Icon Packs

ExtensionManifest.json
ExtensionIcon.png
MyIcon1.png
SomeotherIcon.png
.
.
.

Rules

General

  • Do not add files directly to this repository

    Use the workflow to automatically add the extension as submodule

Plugins

  • No .dll files as dependencies are allowed
  • Make sure you have the rights to use your used libraries

Icon Packs

  • Make sure you have the rights to use and publish the added icons

Add your Extension to the Extension Store

  1. Fork this repository

  2. On your fork, click on the Actions tab

  3. Click on the Add/Update Extension workflow

    Note: if on mobile click the Select workflow button first

  4. Click on Run workflow button

  5. Fill in the details and click the green Run workflow button under the fields

  6. On your main branch, create a PR to the parent repository

  • This is required due to permissions via actions being more strict than the web UI
  1. Your extension will be automatically checked and built. After that a moderator will approve your submission.

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.