mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,17 +1,22 @@
|
||||
---
|
||||
description: >-
|
||||
Build Info plugin for Cordova and Ionic. This plugin provides build information.
|
||||
---
|
||||
|
||||
# Build Info
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-buildinfo
|
||||
$ npm install @awesome-cordova-plugins/build-info
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/build-info/)
|
||||
|
||||
Plugin Repo: [https://github.com/lynrin/cordova-plugin-buildinfo](https://github.com/lynrin/cordova-plugin-buildinfo)
|
||||
|
||||
This plugin provides build information.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-buildinfo
|
||||
npm install @awesome-cordova-plugins/build-info
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/lynrin/cordova-plugin-buildinfo](https://github.com/lynrin/cordova-plugin-buildinfo)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
@@ -20,3 +25,7 @@ This plugin provides build information.
|
||||
- browser
|
||||
- Electron
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Reference in New Issue
Block a user