doc: update & cleanup README, DEVELOPMENT & CONTRIBUTING (#955)

* doc(CONTRIBUTING): remove from README & update content
* doc(DEVELOPMENT): add & cleanup README
* doc(README): update badges
* doc(README): cleanup overview
* doc(README): add Supported Platforms section
* doc(README): cleanup Installation & merge Plugin Variables
* doc(README): create App Configuration section
* doc(README): added Android-Specific to App Configuration
* chore(README): fix list format
This commit is contained in:
エリス
2026-03-24 13:38:07 +09:00
committed by GitHub
parent 0d5a8e2b64
commit de966b4533
4 changed files with 208 additions and 72 deletions
+2 -1
View File
@@ -23,7 +23,8 @@
],
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",