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

readme.md 519 B

1234567891011121314151617181920212223242526
  1. > LessPass Cordova App for [lesspass.com](https://lesspass.com)
  2. ## Requirements
  3. * Cordova (`npm install -g cordova`)
  4. ## Check everything ok
  5. cordova requirements
  6. ## Test
  7. cordova run android
  8. ## Build Release
  9. cordova build --release -- --keystore=~/Android/lesspass.keystore --storePassword=... --alias=lesspass --password=...
  10. ## License
  11. This project is licensed under the terms of the GNU GPLv3.
  12. ## Issues
  13. report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)