signed-tar

0.1.2 • Public • Published

Signed tar

This is a node module implementation of the signed tar specifications.

Install

The normal way:

npm install signed-tar

Requirements

You must have gpg installed and on the PATH. (Comes pre-installed on Mac.)

Use

Inside some module, use it like:

var sigtar = require('signed-tar')
var options = {
    user: '<john.doe@email.com>',
    dir: './test/package'
}
sigtar(options, function(err) {
    console.log('done signing and tarring')
})

options.user

A valid PGP/GPG username. The more specificity, the better.

The GPG man page lists a few possibilities.

options.dir

The directory to generate a manifest for and tar.

License

VOL

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i signed-tar

Weekly Downloads

0

Version

0.1.2

License

VOL

Last publish

Collaborators

  • saibotsivad