mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs: update documentation
This commit is contained in:
+14
-11
@@ -1,20 +1,23 @@
|
||||
# Plugins
|
||||
|
||||
## 15.0.0 - 2042-12-03
|
||||
Browse the full list of available plugin wrappers in the sidebar. Each plugin page includes:
|
||||
|
||||
### Fixed
|
||||
- **Installation commands** for the Cordova plugin and TypeScript wrapper
|
||||
- **Link to the plugin repository** for native documentation
|
||||
- **Supported platforms** (Android, iOS, Browser, etc.)
|
||||
|
||||
* Removed humans, they weren't doing fine with animals.
|
||||
## Installing a Plugin
|
||||
|
||||
### Changed
|
||||
Every plugin requires two packages: the native Cordova plugin and the Awesome Cordova Plugins TypeScript wrapper.
|
||||
|
||||
* Animals are now super cute, all of them.
|
||||
|
||||
## 14.0.0 - 2042-10-06
|
||||
|
||||
### Added
|
||||
|
||||
* Introduced animals into the world, we believe they're going to be a neat addition.
|
||||
```bash
|
||||
# Install the Cordova plugin
|
||||
ionic cordova plugin add <cordova-plugin-name>
|
||||
|
||||
# Install the TypeScript wrapper
|
||||
npm install @awesome-cordova-plugins/<plugin-name>
|
||||
```
|
||||
|
||||
## Missing a Plugin?
|
||||
|
||||
If you can't find a plugin wrapper, [open an issue](https://github.com/danielsogl/awesome-cordova-plugins/issues) or [submit a PR](https://github.com/danielsogl/awesome-cordova-plugins/blob/main/DEVELOPER.md) to add it.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# AdMob
|
||||
# AdMob Plus
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-admob-plus
|
||||
@@ -9,6 +9,8 @@ $ npm install @awesome-cordova-plugins/admob-plus
|
||||
|
||||
Plugin Repo: [https://github.com/admob-plus/admob-plus](https://github.com/admob-plus/admob-plus)
|
||||
|
||||
AdMob Plus is the successor of cordova-plugin-admob-free, which provides a cleaner API and build with modern tools.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
- Android
|
||||
|
||||
@@ -15,7 +15,5 @@ more detail, please see https://github.com/mauron85/cordova-plugin-background-ge
|
||||
## Supported platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
|
||||
- iOS
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Answers
|
||||
# Crashlytics
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-fabric-plugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx
|
||||
@@ -9,7 +9,7 @@ $ npm install @awesome-cordova-plugins/fabric
|
||||
|
||||
Plugin Repo: [https://www.npmjs.com/package/cordova-fabric-plugin](https://www.npmjs.com/package/cordova-fabric-plugin)
|
||||
|
||||
API for interacting with the Answers kit.
|
||||
API for interacting with the Crashlytics kit.
|
||||
|
||||
https://docs.fabric.io/crashlytics/index.html
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# HyperTrackPlugin
|
||||
# cordova-plugin-hypertrack-v3
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-hypertrack-v3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# PreviewAnyFile
|
||||
# Preview/Open Any File
|
||||
|
||||
```
|
||||
$
|
||||
|
||||
Reference in New Issue
Block a user