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)) })
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
npm-init | Folder | 0755 |
|
|
buffer.js | File | 335 B | 0644 |
|
index.js | File | 282 B | 0644 |
|
substack-input.js | File | 1.76 KB | 0644 |
|