duarteframos / Artemis.Plugins

Repository containing official Artemis plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artemis Plugins

Build Status GitHub license GitHub stars Discord Donate

Repository containing official Artemis plugins

Installation

Note: These plugins are provided in a pre-release state. The installation process will eventually be automated through the workshop They are also included in the pre-release builds of Artemis found over at the main repository.

  1. Find the latest succesful build here and open the build artifact by clicking on 1 published
  2. Download the Artifacts you'd like. Each Artifact contains one plugin
  3. Extract the Artifact into its own folder at %ProgramData%\Artemis\plugins
  4. If already running, restart Artemis

If you run into any issues please let us know on Discord.

Plugin development

While Artemis 2 is still in development, the plugin API is pretty far along. To get started developing your plugin, you can use the following resources:

Due to the volatine nature of the project right now, there is no documentation yet. The templates provide some commentary to get you going and feel free to ask for more help in Discord.

Want to build? Follow these instructions

  1. Create a central folder like C:\Repos
  2. Clone Artemis into <central folder>\Artemis
  3. Open <central folder>\Artemis\src\Artemis.sln and build with the default config
  4. Clone Artemis.Plugins into <central folder>\Artemis.Plugins
  5. Open <central folder>\Artemis.Plugins\src\Artemis.Plugins.sln and build with the default config

About

Repository containing official Artemis plugins

License:Other


Languages

Language:C# 98.1%Language:TypeScript 1.0%Language:Vue 0.6%Language:JavaScript 0.2%Language:HTML 0.1%