infojunkie / musicxml-midi

MusicXML to MIDI converter via Musical MIDI Accompaniment (MMA).
https://blog.karimratib.me/demos/musicxml/
GNU General Public License v3.0
12 stars 1 forks source link

Produce deployable conversion command #44

Open infojunkie opened 3 months ago

infojunkie commented 3 months ago

Right now, conversions are invoked using npm scripts, which are not accessible when installing the module as dependency. Add corresponding bin entries to package.json to invoke those commands from anywhere.