I just published my first npm package, delcom-indicator. It’s a basic driver for the Delcom Visual Indicator. I built it to support the node.js build light project I am currently putting together for the Raspberry Pi. This library supports any platform that supports node-hid, which should include Windows, Mac and most Linux distributions. It has been tested on Mac OS/X 10.9.2 and Raspian.
The publication process for node packages is a little easier than the one for .NET Nuget packages. To get started, you need to setup an account at npm and authorize it on your computer:
npm adduser
Assuming you have a node.js project that includes packages.json in your directory, publishing is as simple as:
npm publish