Closed chambery closed 12 years ago
+1
+1
I think I may have this working, at least as a first pass.
I've created a fork (https://github.com/chambery/taffydb) with the npm metadata, and got it to work locally using this tutorial:
http://www.packtpub.com/article/overview-node-package-manager
You still have to add .taffy
to the end:
TAFFY = require("taffy").taffy
It's not working with this current version.. I'm working on adapting this to work with node 0.8.x
is it up to date now?
Node integration is much easier with an npm package.
It looks like all you need to do is create the
package.json
(npm init
), then publish to the repo (npm publish
).I'm very much a node novice but here's a package.json start: