Small web utility to inspect public PGP keys.
Go to file
Gonçalo Valério 4ec7a2631d Add license to the project 2019-09-14 20:27:01 +01:00
public init 2019-09-14 20:14:31 +01:00
src init 2019-09-14 20:14:31 +01:00
.gitignore init 2019-09-14 20:14:31 +01:00
LICENSE Add license to the project 2019-09-14 20:27:01 +01:00
README.md Add license to the project 2019-09-14 20:27:01 +01:00
babel.config.js init 2019-09-14 20:14:31 +01:00
package-lock.json init 2019-09-14 20:14:31 +01:00
package.json Add license to the project 2019-09-14 20:27:01 +01:00

README.md

kinspector

Small tool to quickly inspect the details for PGP public keys. Just open the page, paste the key and the key properties.

Development Instructions

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint