1
0
mirror of https://github.com/keeweb/keeweb-plugins.git synced 2024-06-22 07:06:46 +02:00
keeweb-plugins/README.md
2017-05-20 13:31:12 +02:00

25 lines
437 B
Markdown

# KeeWeb plugins
This repo contains plugins and translations for [KeeWeb](https://keeweb.info).
## 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
```