phar-fs
v1.2.5
Published
phar-stream mapper for fs
Downloads
5
Readme
Motivation
phar-fs is a simple fs wrapper for the phar-stream API. It allows phar archive (PHP archive) file extraction for nodejs. It's mosly intended to be used via cnyks
API
extract (return Promise)
var phar = require('phar-fs');
phar.extract("somephar_path.phar").then(function() { console.log("All done") });
Credits / see also
License
MIT