Files
awesome-cordova-plugins/scripts/docs/templates
perry 9aa7ad0221 automating readme file generation and adding it to CI
# Conflicts:
#	src/@ionic-native/plugins/googlemap/index.ts
#	src/@ionic-native/plugins/inappbrowser/index.ts
#	src/@ionic-native/plugins/media/index.ts
#	src/@ionic-native/plugins/sqlite/index.ts
2017-02-15 10:19:26 -06:00
..

<@- block body @> <@- block content @> <@- block header @> Improve this doc

<$ doc.name $>

<@ endblock -@>

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

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

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

<@- block description @> <$ doc.description $> <@ endblock -@>

<@- if doc.directiveInfo @>

<$ doc.directiveInfo.type $>

<$ doc.directiveInfo.properties[0].name >: `< doc.directiveInfo.properties[0].values $>`

<@ endif -@>

<@- if prop.platforms @>

Supported platforms

<@ block platforms @> <@ for platform in prop.platforms -@>

  • <$ platform $> <@ endfor @> <@ endblock -@>

<@ endif -@>

<@ endfor -@>

<@ endblock -@>

<@ endblock -@>