Page MenuHome GnuPG

Publish to NPM registry
Closed, ResolvedPublic

Description

Publish package to NPM Registry. While the in-progress codebase/repo is currently "gpgmejs", this NPM package could be published as gpgme within the JS ecosystem and provide JS import syntax as:

// main.js
import { gpgVersion } from 'gpgme'

Otherwise, I can publish it as gpgmejs to provide syntax:

// main.js
import { gpgVersion } from 'gpgmejs'

Event Timeline

anthumchris changed the task status from Open to Testing.Sun, Jan 4, 10:44 PM
anthumchris triaged this task as Normal priority.
anthumchris created this task.
anthumchris created this object in space S1 Public.

Published to NPM as gpgmejs, which provides disambiguation from gpgme, gpgmepp, gpgmepy, etc.

An older NPM package gpgme was previously published by another author.