選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

readme.md 442 B

12345678910111213141516171819202122
  1. > LessPass Cordova App for [lesspass.com](https://lesspass.com)
  2. ## Build
  3. ./build.sh
  4. ## Run
  5. cordova run android
  6. ## Build Release
  7. cordova build --release -- --keystore=~/Android/android.jks --storePassword=... --alias=AndroidKey --password=...
  8. ## License
  9. This project is licensed under the terms of the GNU GPLv3.
  10. ## Issues
  11. report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)