ability to build executables
This commit is contained in:
+34
@@ -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();
|
||||
Reference in New Issue
Block a user