kinspect/README.md

34 lines
410 B
Markdown
Raw Normal View History

2019-09-14 21:14:31 +02:00
# kinspector
2019-09-14 21:27:01 +02:00
Small tool to quickly inspect the details for PGP public keys. Just open the page, paste the key and the key properties.
## Development Instructions
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
```