kinspect/README.md

40 lines
623 B
Markdown
Raw Permalink Normal View History

2019-09-21 16:02:33 +02:00
# kinspect
2019-09-14 21:14:31 +02:00
2019-09-15 13:33:05 +02:00
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.
2019-09-14 21:27:01 +02:00
If you don't have the key, you can use the built in "Web Key Directory" search feature to fetch the correct public key for a given email address.
2019-09-14 21:27:01 +02:00
## Development Instructions
### Install the dependencies
2019-09-14 21:14:31 +02:00
```
npm install
```
### Compiles and hot-reloads for development
2019-09-14 21:27:01 +02:00
2019-09-14 21:14:31 +02:00
```
npm run serve
```
### Compiles and minifies for production
2019-09-14 21:27:01 +02:00
2019-09-14 21:14:31 +02:00
```
npm run build
```
### Run your tests
2019-09-14 21:27:01 +02:00
2019-09-14 21:14:31 +02:00
```
npm run test
```
### Lints and fixes files
2019-09-14 21:27:01 +02:00
2019-09-14 21:14:31 +02:00
```
npm run lint
```