Small web utility to inspect public PGP keys.
Go to file
Gonçalo Valério 91c1eebbf1 rename the project 2019-09-21 15:02:33 +01:00
public rename the project 2019-09-21 15:02:33 +01:00
src rename the project 2019-09-21 15:02:33 +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 rename the project 2019-09-21 15:02:33 +01:00
babel.config.js init 2019-09-14 20:14:31 +01:00
package-lock.json rename the project 2019-09-21 15:02:33 +01:00
package.json rename the project 2019-09-21 15:02:33 +01:00

README.md

kinspect

Small tool to quickly inspect the details of public PGP keys.

Just open the web page, paste the key on the textarea and the key properties will be displayed.

Development Instructions

Install the dependencies

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