1
0
mirror of https://github.com/keeweb/keeweb-plugins.git synced 2024-06-28 07:41:00 +02:00
keeweb-plugins/README.md
2021-02-26 18:54:55 +01:00

29 lines
556 B
Markdown

# KeeWeb plugins
This repo contains plugins and translations for [KeeWeb](https://keeweb.info).
## Issues
If you would like to open an issue, please do it in the [KeeWeb repo](https://github.com/keeweb/keeweb/issues/).
## Translations
You can add or edit translations [here](https://keeweb.oneskyapp.com/), they will be imported automatically.
## Scripts
Download translations from OneSky and save as KeeWeb plugins:
```
npm run-script translations
```
Update plugin definitions:
```
npm run-script update
```
Update everything:
```
npm start
```