awesome-cordova-plugins/scripts/docs/templates
Samuel Goodell b265b5bd0c docs(): escape < and > from plugin install command in doc template (#1791)
* Escape < and > from plugin install command in doc template

* Fix another issue with a missing closing code fence in the same plugin file
2017-07-13 12:41:53 -05:00
..
common.template.html docs(): escape < and > from plugin install command in doc template (#1791) 2017-07-13 12:41:53 -05:00
native_menu.template.html Inline paid and beta labels for sidebar 2017-07-10 14:03:39 -05:00
readme.template.md docs(github): rename driftyco references to ionic-team 2017-05-30 11:01:13 -04:00

Improve this doc

<$ 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 --save @ionic-native/<$ doc.npmId $>

[Usage Documentation](https://ionicframework.com/docs/native/<$ doc.fileInfo.relativePath|replace('/home/ubuntu/ionic-native/', '')|replace('//','/')|replace('index.ts','')|replace('src/@ionic-native/plugins/','') $>)

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

<$ doc.description $>

<@- if prop.platforms @>

Supported platforms

<@ for platform in prop.platforms -@>

  • <$ platform $> <@ endfor @>

<@ endif -@>

<@ endfor @>