Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add readme
  • Loading branch information
ddollar committed Sep 19, 2011
1 parent 08bdd2a commit 2f5a0b5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
@@ -0,0 +1,15 @@
# Node.js Language Pack

The Node.js Language Pack will run `npm install` on your app after setting
up an appropriate environment of [node](http://github.com/joyent/node),
[npm](https://github.com/isaacs/npm) and [SCons](http://www.scons.org).

## Vendored Libraries

The versions of node, npm and SCons used by the language pack are controlled
by the constants `NODE_VERSION`, `NPM_VERSION`, and `SCONS_VERSION` in
`bin/compile`

To use different versions of these tools, you can use the helper scripts
`support/package_node` and `support/package_npm`. These support scripts will
create binary tarballs that can be referenced by `bin/compile`.

0 comments on commit 2f5a0b5

Please sign in to comment.