Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 889 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 889 Bytes

initx ⚙️

initx A more convenient scripting engine

npx initx <something>

@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

Documentation

initx