Spacebrew / spacebrew

A dynamic re-routable software toolkit for choreographing interactive spaces.
MIT License
222 stars 50 forks source link

make spacebrew "require"-able #35

Closed hapticdata closed 11 years ago

hapticdata commented 11 years ago

This pull request allows spacebrew to work as a dependency in other node.js projects. You can try this locally by typing npm link in the spacebrew directory. It would be great to have this published on NPM also.

I used this with Node + Express for bundling spacebrew's server, admin and sketches under one process.