We at Nodejitsu are releasing a part of our build server, Module Smith.

It is the NPM wrapper we are using after we have stripped out all of our 
fancy logic. As with most build servers, the permissions you run this under 
should be taken into consideration.

We have stripped out a lot of our custom logic so what you get is the 
following:

* Pull based repository downloading via `checkout`
* Scaffolding to prevent some basic security attacks
* Sane defaults for npm configuration via environmental variables via 
`suspawn`
* Middleware extensibility via `understudy`

Currently Windows support is missing; however, this should run under 
Windows if `suspawn` is patched to fully support environmental variables 
and `runas` on Windows machines.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to