mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
Add headline to install commands
This commit is contained in:
parent
822be1c248
commit
8e65474c1d
3
scripts/docs/templates/common.template.html
vendored
3
scripts/docs/templates/common.template.html
vendored
@ -61,7 +61,7 @@ docType: "<$ doc.docType $>"
|
|||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<$ param.name $>
|
<$ param.name $>
|
||||||
<@- if param.alias @>| <$ param.alias $><@ endif -@>
|
<@- if param.alias @>| <$ param.alias $><@ endif -@>f
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<$ typeList(param.typeList) $>
|
<$ typeList(param.typeList) $>
|
||||||
@ -165,6 +165,7 @@ docType: "<$ doc.docType $>"
|
|||||||
<@ endif @>
|
<@ endif @>
|
||||||
|
|
||||||
<# --- Install commands --- #>
|
<# --- Install commands --- #>
|
||||||
|
<h2>Installation</h2>
|
||||||
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
|
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
|
||||||
$ npm install --save @ionic-native/<$ doc.npmId $>
|
$ npm install --save @ionic-native/<$ doc.npmId $>
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user