iLib Blog
The most comprehensive library of Javascript i18n classes available
Brought to you by:
ehoogerbeets1
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