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
- Host: GitHub
- URL: https://github.com/peerlibrary/meteor-tar
- Owner: peerlibrary
- License: bsd-2-clause
- Created: 2013-04-10T23:10:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T16:46:06.000Z (over 11 years ago)
- Last Synced: 2025-02-22T16:14:55.716Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/npm/node-tar
- Size: 223 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```