firmata / firmata.js

JavaScript implementation of the Firmata protocol
711 stars 147 forks source link

Make this repo a monorepo with Lerna #190

Closed rwaldron closed 4 years ago

rwaldron commented 6 years ago
dtex commented 6 years ago

Two thoughts:

  1. In order to better align with the defacto plugin-io ecosystem naming conventions and reduce confusion between similarly named firmata and firmata.js (which publishes as "firmata" on npm) I propose that we put the mono-repo in a new firmata-io repo and change the package name to "firmata-io".
  2. I worry that adding lerna raises the bar for new contributors but I'm willing to ride right on by this particular windmill.
rwaldron commented 6 years ago

@dtex that would mean making a "firmata-io" repo in https://github.com/firmata/, which I think would be strange. I looked at https://github.com/node-serialport/node-serialport and there is no new repo made there.