keeweb-plugins/README.md

29 lines
556 B
Markdown
Raw Normal View History

2017-05-06 14:34:00 +02:00
# KeeWeb plugins
This repo contains plugins and translations for [KeeWeb](https://keeweb.info).
2017-10-24 19:55:31 +02:00
## Issues
2020-01-05 15:39:25 +01:00
If you would like to open an issue, please do it in the [KeeWeb repo](https://github.com/keeweb/keeweb/issues/).
2017-10-24 19:55:31 +02:00
2017-05-06 14:34:00 +02:00
## Translations
2021-02-26 18:54:55 +01:00
You can add or edit translations [here](https://keeweb.oneskyapp.com/), they will be imported automatically.
2017-05-06 14:34:00 +02:00
## Scripts
2017-05-20 13:31:12 +02:00
Download translations from OneSky and save as KeeWeb plugins:
2017-05-06 14:34:00 +02:00
```
npm run-script translations
```
2017-05-20 13:31:12 +02:00
Update plugin definitions:
```
npm run-script update
```
Update everything:
```
npm start
```