25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 504 B

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