Menu

Dev release 9.0 build 001 is now available on npm

The development release 9.0 build 001 is now available on the node package manager (npm) site. Getting ilib via npm is easy:

[3]> npm install node
ilib@9.0.1 node_modules/ilib
[4]> node
> var ilib=require("ilib").ilib;
undefined

Now the ilib namespace is available to your own programs. Each new build from now on will be published on npm this way. (The third level of the version number will be the build number.)

Have fun exploring it and let us know if you have any problems with it.

Edwin

Posted by Edwin H 2014-11-17

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.