mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
chore(docs): ability to add custom install command for a plugin
closes https://github.com/driftyco/ionic-native/issues/93
This commit is contained in:
+2
-1
@@ -116,8 +116,9 @@ docType: "<$ doc.docType $>"
|
||||
|
||||
<!-- decorators -->
|
||||
<@- if doc.decorators @>
|
||||
|
||||
<@ for prop in doc.decorators[0].argumentInfo @>
|
||||
<pre><code>$ cordova plugin add <$ prop.plugin $></code></pre>
|
||||
<pre><code>$ <@ if prop.install @><$ prop.install $><@ else @>cordova plugin add <$ prop.plugin $><@ endif -@></code></pre>
|
||||
<p>Repo:
|
||||
<a href="<$ prop.repo $>">
|
||||
<$ prop.repo $>
|
||||
|
||||
Reference in New Issue
Block a user