Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

@companion-module/host

Host-side wrapper library for Companion Module(Connection) plugins.

This package provides the host-side API that wraps the modules written with the @companion-module/base API with additional logic that runs in-process. It is designed to support multiple versions of the base API and provide a uniform interface back to the host application.

Installation

npm install @companion-module/host

Usage

For example usage, check Companion for an example implementation

Development

This package is part of a monorepo. See the root README for development instructions.