PATH: //proc/self/root/usr/lib/node_modules/npm/node_modules/promzard/example
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 buffer.js
↓
X
📄 index.js
↓
X
📁 npm-init/
X
📄 substack-input.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: index.js
var pz = require('../promzard') var path = require('path') var file = path.resolve(__dirname, 'substack-input.js') var ctx = { basename: path.basename(path.dirname(file)) } pz(file, ctx, function (er, res) { if (er) throw er console.error(JSON.stringify(res, null, 2)) })
SIMPAN PERUBAHAN