An open API service indexing awesome lists of open source software.

https://github.com/peerlibrary/meteor-tar

Meteor smart package for tar node.js package
https://github.com/peerlibrary/meteor-tar

Last synced: 7 months ago
JSON representation

Meteor smart package for tar node.js package

Awesome Lists containing this project

README

          

tar smart package
=================

Meteor smart package for [tar](https://github.com/npm/node-tar) node.js package.

Adding this package to your [Meteor](http://www.meteor.com/) application adds `tar` object into the global scope.
Interface is original non-blocking one to allow use through streams.

Server side only.

Installation
------------

```
meteor add peerlibrary:tar
```