stream-deck-for-node / cli

CLI utility to create / link / unlink / develop / package a plugin
https://stream-deck-for-node.netlify.app/#/cli
MIT License
2 stars 3 forks source link

Support Mac OS #2

Closed alhazmy13 closed 1 year ago

damnedOperator commented 1 year ago

Even if I think the maintainer abandoned the project, I'd like to see this PR get merged as I'm currently trying to develop plugins based on this framework.

fcannizzaro commented 1 year ago

The project is not abandoned, I have some plugins written using this SDK. I'm also writing another TS SDK, strongly typed with support for plugins. Right now it's a private repository, I'm finishing the code, and writing the documentation (It's 6x ready with support for SD+).

Future I plan to deprecate this and merge the "node" side of the SDK as a feature of this new SDK. (I've also a plan for a different CLI). I moved from node to rust-lang 'cause shipping 50/60 MB for a small plugin it's a bit too much.