tarino

0.1.0 • Public • Published

tarino

📦 A tar implementation with Node.js.

Build Status js-standard-style npm version Dependency Status Development Dependency Status

Install
  • npm install tarino --production
Tests

If you want to run the tests, install without --production flag and then install Mocha and standard globally:

  • npm install -g mocha
  • npm install -g standard

Then run tests with:

  • npm test
Usage
'use strict'

const tarino = require('tarino')
tarino.createTar('control.tar', 'control') // --> Create regular Tar.
tarino.createTarGz('control.tar.gz', 'control') // --> Create gzipped Tar.
Other requirements

If you wish to make use of the native-addon. Your system will need:

  • node-gyp
  • Python 2.7+ (not 3.0+)
  • A C++11 compiler (e.g. g++ 4.8+)
License

Tarino is dual licensed under the GNU General Public License and MIT licenses respectively.

Readme

Keywords

Package Sidebar

Install

npm i tarino

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • s.stpettersen