You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In accordance with many other projects that support cli commands, I would love to see this project split up into two components. Keeping the core in this repository lean and clean and using another package for cli support, including rather large dependencies.
For an easy migration I would would recommend to add a stub bin that prints instructions to use npm install -g serialport-cli.
The text was updated successfully, but these errors were encountered:
In accordance with many other projects that support cli commands, I would love to see this project split up into two components. Keeping the core in this repository lean and clean and using another package for cli support, including rather large dependencies.
For an easy migration I would would recommend to add a stub bin that prints instructions to use
npm install -g serialport-cli
.The text was updated successfully, but these errors were encountered: