@initx-plugin/gpg
v0.0.19
Published
initx plugin, gpg key management
Downloads
124
Readme
@initx-plugin/gpg
Gpg plugin for initx
Usage
npm install @initx-plugin/gpg -g
Select GPG key management
GPG import
Automatically read files ending with publich.key
and private.key
in the current directory
npx initx gpg import
GPG export
Export the public key and private key to the current directory
# npx initx gpg export [filename]?
npx initx gpg export home
home_public.key
and home_private.key
will be created in the current directory
GPG delete
Delete the public key and private key
# npx initx gpg delete [public|private]?
npx initx gpg delete