MikeGlue / ExtensionAwareness

Simple example using a library to manage awareness over what functional extensions are installed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExtensionAwareness

Simple example using a library to manage awareness over what functional extensions are installed.

In this example, the assumption is there are the following extension structure:

  • Extension 1 (dependency to Library)
  • Extension 2 (dependency to Library)
  • Library

I've split out the files into folders that represent which extension they would be created in. I've also included a sample test usage that can be added to either Extension 1 or Extension 2.

About

Simple example using a library to manage awareness over what functional extensions are installed.