@isomorphic-git/openpgp-plugin

0.0.1 • Public • Published

@isomorphic-git/openpgp-plugin

OpenPGP.js plugin for [a future version of] isomorphic-git

Note: no version of isomorphic-git has been released that uses this plugin yet.

It's a chicken and egg problem. Gotta write the plugin first, then modify isomorphic-git to use it.

Usage

const { pgp } = require('@isomorphic-git/openpgp-plugin')
const git = require('isomorphic-git')

git.plugins.set('pgp', pgp)

// Now you can use git.sign() and git.verify()

Tests

npm test

License

In keeping with the OpenPGP.js license, this project is licensed under the GNU Lesser General Public License v3.0

/@isomorphic-git/openpgp-plugin/

    Package Sidebar

    Install

    npm i @isomorphic-git/openpgp-plugin

    Weekly Downloads

    1

    Version

    0.0.1

    License

    LGPL-3.0+

    Unpacked Size

    10.4 kB

    Total Files

    4

    Last publish

    Collaborators

    • mojavelinux
    • jcubic
    • wmhilton