kinspect/README.md

37 lines
478 B
Markdown
Raw Normal View History

2019-09-14 21:14:31 +02:00
# kinspector
Small tool to quickly inspect the details for PGP public 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
## 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
```