Skip to content

Create addons using node packages #3

@nahkd123

Description

@nahkd123

A typical node package consists of package.json, package-lock.json and some source files.

We want to use this package format for all Mixery addons. Basically, you can use npm pack, put it into Mixery DAW and it will automatically unpack, build TypeScript sources (if needed) and run as an addon.

But first, I need to find a way to "link" @mixery/* imports to Mixery namespace (which will be available in globalThis).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions