emorydunn / StreamDeckPlugin

A library for creating Stream Deck plugins in Swift.
https://emorydunn.github.io/StreamDeckPlugin/
MIT License
50 stars 7 forks source link

Expand the Command Line Options #9

Closed emorydunn closed 2 years ago

emorydunn commented 2 years ago

Actively developing a plugin has lots of friction, one of the most common is generating the manifest and copying the executable into Application Support. This PR replaces the generate-manifest command with an export command that includes more defaults for where to copy files.