bromagosa / Snap4Arduino

Binding Snap! and Arduino together
http://snap4arduino.rocks
GNU Affero General Public License v3.0
134 stars 85 forks source link

Dependency management with npm #321

Closed joelsgp closed 6 months ago

joelsgp commented 1 year ago

i.e. package.json instead of a shell script that downloads an ancient zip file

would be much easier for distributors to package too (e.g. https://aur.archlinux.org/packages/snap4arduino)

jguille2 commented 1 year ago

Hi @joelsgp Thanks for your report. You are right. But the issue here is that Snap4Arduino is planning to skip node.js and offer a single web version, using firmata under the WebSerial API.

I keep your issue opened to track this. It will be closed when dropped from node.js dependencies. And if we take too long, we reconsider this realignment later.

Joan

jguille2 commented 6 months ago

Closing this... Version 9 (before Christmas) will be (still) a node built. But we will be working to move all the features to a custom Snap! library (without a desktop app).