You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -6,133 +6,48 @@ StudioRack command line tool to manage audio DAW VST plugin dependencies.
6
6
7
7

8
8
9
+
<ahref="https://github.com/open-audio-stack"target="_blank"><imgsrc="https://raw.githubusercontent.com/open-audio-stack/open-audio-stack-registry/refs/heads/main/src/assets/powered-by-open-audio-stack.svg"alt="Powered by Open Audio Stack"></a>
10
+
9
11
## Installation
10
12
11
13
To install the tool, run the command:
12
14
13
15
npm install @studiorack/cli -g
14
16
15
-
Verify the tool has been installed by running:
16
-
17
-
studiorack --version
18
-
19
-
Check the default configuration by running:
20
-
21
-
studiorack config get pluginFolder
22
-
studiorack config get projectFolder
23
-
24
-
If you need to adjust change using:
25
-
26
-
studiorack config set pluginFolder "path/to/plugins"
27
-
studiorack config set projectFolder "path/to/projects"
28
-
29
-
## Usage
30
-
31
-
List the projects found in projectFolder using:
32
-
33
-
studiorack project listLocal
34
-
35
-
Install a project's plugins using:
36
-
37
-
studiorack project install <project-id>
38
-
39
-
Then open the project using:
40
-
41
-
studiorack project open <project-id>
42
-
43
-
## Creating a new project configuration
44
-
45
-
You can create a new studiorack project .json file using:
46
-
47
-
studiorack project create <project-id>
48
-
49
-
This will create a studiorack .json file with your configuration:
Convert and enrich validator report metadata into json:
27
+
StudioRack command line tool adheres to the [Open Audio Stack - Manager specification](https://github.com/open-audio-stack/open-audio-stack-core/blob/main/specification.
For a full list of commands, please refer to the [Open Audio Stack - Manager specification](https://github.com/open-audio-stack/open-audio-stack-core/blob/main/specification.md)
0 commit comments