rokucommunity / roku-deploy

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

OutDir and outFile for zip feels awkward #160

Open TwitchBronBron opened 5 months ago

TwitchBronBron commented 5 months ago

For the .zip() function, having to use outDir and outFile is annoying. It would be much nicer to have a simple zipPath which could be a relative or absolute path to where the zip should be written. Not sure the implications for all this, but want to talk about it and come up with a plan either way.

TwitchBronBron commented 5 months ago

related to (and will be accomplished by) #161