ability to build executables

This commit is contained in:
Craig Condon
2011-11-26 17:00:12 -06:00
parent 6f0534f433
commit 9b82355175
332 changed files with 27757 additions and 2 deletions
Generated Vendored Executable
+34
View File
@@ -0,0 +1,34 @@
var celeri = require('../lib');
celeri.drawTree({
'home/':{
'network/':{
'apps/' :[
"cliqly",
"clove",
"team digest"
],
'public/': {
'git/':{
'some-project':[
'index.js'
]
},
'npm/':{
'some-project':['index.js']
}
}
}
},
'downloads/': {
'libcpp': [
'makefile'
]
}
})
//celeri.drawTree(celeri);
celeri.open();