JSPM

  • Created
  • Published
  • Downloads 211
  • Score
    100M100P100Q79258F
  • License MIT

Core library containing shared functionality

Package Exports

  • @studiorack/core

Readme

studiorack-core

Test

Common methods package shared across StudioRack CLI, app and website. Handling installing DAW VST plugin dependencies using:

  • NodeJS 20.x
  • TypeScript 5.x

Installation

To install the common package, run the command:

npm install @studiorack/core

Usage

Import the package using:

import { toolInstall } from '@studiorack/core';

Then use the available methods as normal.

Deployment

Release an updated version on npm by simply creating a version tag:

npm version patch
git push && git push origin --tags

Then publish to npm using:

npm publish

Contact

For more information please contact kmturley