Package Exports
- @studiorack/core
- @studiorack/core/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@studiorack/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
studiorack-core
Common methods package shared across StudioRack CLI, app and website. Handling installing DAW VST plugin dependencies using:
- NodeJS 12.x
- TypeScript 4.x
Installation
To install the common package, run the command:
npm install @studiorack/coreUsage
Import the package using:
import { validateInstall } 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 --tagsThen publish to npm using:
npm publishContact
For more information please contact kmturley