rokucommunity / roku-deploy

An npm module for zipping and deploying to Roku devices.
MIT License
41 stars 17 forks source link

Created focused/specific interfaces for each function #125

Closed TwitchBronBron closed 8 months ago

TwitchBronBron commented 11 months ago

Many of the roku-deploy public functions take the RokuDeployOptions interface. That's very confusing because it's huge and has many options that many of the functions don't actually need. We should do the following:

MilapNaik commented 10 months ago

in https://github.com/rokucommunity/roku-deploy/pull/126