Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/efrane/zebra
- Owner: eFrane
- License: mit
- Created: 2022-09-14T06:47:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T09:19:22.000Z (5 months ago)
- Last Synced: 2024-07-17T02:24:07.361Z (5 months ago)
- Language: Vue
- Homepage: https://zebra.efrane.com
- Size: 3.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).