@rev-robotics/can-bridge
v3.6.2
Published
Access CAN Data from a USB device in Node.js
Downloads
33
Readme
node-can-bridge NPM package
This package enables Node.js applications to use a CAN bus over USB.
Making a release
- Check out the
mainbranch - Update
versionfield inpackage.json - Run
npm install - Commit change to git
- Run
git tag v<version> - Run
git push - Run
git push --tags - Run
npm publish --access public - Create a new release on GitHub with an explanation of the changes
