npm.io
3.6.2 • Published 1 year ago

@rev-robotics/can-bridge

Licence
MIT
Version
3.6.2
Deps
3
Size
2.4 MB
Vulns
0
Weekly
0
Stars
1
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

node-can-bridge NPM package

This package enables Node.js applications to use a CAN bus over USB.

Making a release

  1. Check out the main branch
  2. Update version field in package.json
  3. Run npm install
  4. Commit change to git
  5. Run git tag v<version>
  6. Run git push
  7. Run git push --tags
  8. Run npm publish --access public
  9. Create a new release on GitHub with an explanation of the changes