It would be useful if you could create an index.js file containing something like module.exports = require('./lib/memcache'); so that including the library can be done directly with require("memcache");
I've observed that most other modules do this, so for consistency I think this would be a good idea.
It would be useful if you could create an index.js file containing something like module.exports = require('./lib/memcache'); so that including the library can be done directly with require("memcache");
I've observed that most other modules do this, so for consistency I think this would be a good idea.