mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
| .. | ||
| lib | ||
| .bower.json | ||
| bower.json | ||
| ChangeLog | ||
| package.json | ||
| README.md | ||
Zipio
Zip data
Install
npm install zipio --save
bower install zipio --save
Use
var zipio = require('zipio');
zipio('hello world', function(error, data) {
if (error)
console.log(error.message);
else
console.log(data):
});
License
MIT