Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/efrane/zebra

Just a little TOTP helper
https://github.com/efrane/zebra

Last synced: about 2 months ago
JSON representation

Just a little TOTP helper

Awesome Lists containing this project

README

        

# zebra

zebra is a TOTP helper app you can use if your TOTP provider only shows the
qr code but you want to setup TOTP in e.g. KeepassXC where you need the actual
secret.

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).