UNPKG
vortex
Version:
latest (1.0.12)
1.0.12
1.0.11
0.9.20
0.9.18
0.9.17
0.9.16
0.9.15
0.9.14
0.9.13
0.9.10
0.9.8
0.8.2
0.8.1
0.7.2
0.7.1
0.5.3
0.5.0
Virtual machine management toolkit.
github.com/websecurify/node-vortex
websecurify/node-vortex
vortex
/
src
/
index.coffee
11 lines
(7 loc)
•
195 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
fs = require
'fs'
path = require
'path'
# ---
for
file
in
fs.readdirSync __dirname ext = path.extname
file
base
= path.basename
file
, ext exports[
base
] = require path.
join
__dirname,
file