UNPKG
node-wad
Version:
latest (0.2.6)
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
A Doom WAD parser and writer.
github.com/Gustavo6046/node-wad
Gustavo6046/node-wad
node-wad
/
testlog.coffee
6 lines
(4 loc)
•
117 B
text/coffeescript
View Raw
1
2
3
4
5
6
fs =
require
(
'fs'
)
WAD
=
require
(
'./src/wad.js'
) w =
WAD
.
read
(fs.
readFileSync
(process.
argv
[
2
]))
console
.
dir
(w)