open-audio-stack / open-audio-stack-registry

Audio registry with searchable list of packages containing Plugins, Presets and Projects.
https://open-audio-stack.github.io/open-audio-stack-registry/
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

create terminal command to fill out metadata faster #15

Open RustoMCSpit opened 4 days ago

RustoMCSpit commented 4 days ago

i can imagine that having a simple successive input questionnaire that outputs a file would speed up the metadata process

select file (automatically checks or builds checksums, architecture, etc.):
name:
author:
etc.
RustoMCSpit commented 4 days ago

it would also lower the bar for adoption which is key

kmturley commented 4 days ago

StudioRack has this feature for creating projects: studiorack project create

In code https://github.com/studiorack/studiorack-core/blob/main/src/project.ts#L16

I think it's a good idea to add for plugins too

RustoMCSpit commented 3 days ago

StudioRack has this feature for creating projects: studiorack project create

In code https://github.com/studiorack/studiorack-core/blob/main/src/project.ts#L16

I think it's a good idea to add for plugins too

not only plugins, presets, chords, projects, etc.