Submit
Path:
~
/
/
opt
/
alt
/
alt-nodejs11
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
promzard
/
example
/
File Content:
buffer.js
var pz = require('../promzard') var path = require('path') var file = path.resolve(__dirname, 'substack-input.js') var buf = require('fs').readFileSync(file) var ctx = { basename: path.basename(path.dirname(file)) } pz.fromBuffer(buf, ctx, function (er, res) { if (er) throw er console.error(JSON.stringify(res, null, 2)) })
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
npm-init
---
0755
buffer.js
335 bytes
0644
index.js
282 bytes
0644
substack-input.js
1795 bytes
0644
N4ST4R_ID | Naxtarrr