0.0.21 • Published 8 months ago
@initx-plugin/gpg v0.0.21
@initx-plugin/gpg
Gpg plugin for initx
Usage
npm install @initx-plugin/gpg -gSelect GPG key management
GPG import
Automatically read files ending with publich.key and private.key in the current directory
npx initx gpg importGPG export
Export the public key and private key to the current directory
# npx initx gpg export [filename]?
npx initx gpg export homehome_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