keeweb-plugins/README.md

29 lines
530 B
Markdown

# KeeWeb plugins
This repo contains plugins and translations for [KeeWeb](https://keeweb.info).
## Issues
Please open an issue in [KeeWeb repo](https://github.com/keeweb/keeweb/issues/).
## Translations
You can add or edit translations at [OneSky](http://keeweb.oneskyapp.com/), they will imported here 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
```