awesome-cordova-plugins/scripts/docs/dgeni/templates
2021-09-29 15:19:55 +02:00
..
common.template.html chore(build): updat prettier script 2021-09-27 22:07:54 +02:00
native_menu.template.html refactor(lib): run prettier 2020-05-16 14:40:49 +02:00
readme.template.md docs(): remove ionic links 2021-09-29 15:19:55 +02:00

<$ doc.name $>

<@- if doc.beta == true @>

This plugin is still in beta stage and may not work as expected. Please submit any issues to the plugin repo.

<@ endif -@>

<@ for prop in doc.decorators[0].argumentInfo @>

$ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @>
$ npm install @awesome-cordova-plugins/<$ doc.npmId|replace('plugins/','') $>

[Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/<$ doc.fileInfo.relativePath|replace('/home/ubuntu/ionic-native/', '')|replace('//','/')|replace('index.ts','')|replace('src/@awesome-cordova-plugins/plugins/','') $>)

Plugin Repo: [<$ prop.repo >](< prop.repo $>)

<$ doc.description $>

<@- if prop.platforms @>

Supported platforms

<@ for platform in prop.platforms -@>

  • <$ platform $> <@ endfor @>

<@ endif -@>

<@ endfor @>