1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-26 04:17:11 -07:00

Template doc update.

This commit is contained in:
Cedric Beust 2016-02-18 21:48:49 -08:00
parent 61c14e5896
commit 388c1ff9f0

View file

@ -278,11 +278,11 @@ Available templates
Plug-in: Kobalt Plug-in: Kobalt
"java" Generate a simple Java project "java" Generate a simple Java project
"kotlin" Generate a simple Kotlin project "kotlin" Generate a simple Kotlin project
"kobalt-plugin" Generate a sample Kobalt plug-in project</pre> "kobaltPlugin" Generate a sample Kobalt plug-in project</pre>
<p> <p>
You can then invoke any of these templates with <code>--init</code>: You can then invoke any of these templates with <code>--init</code>:
<pre class="brush:plain"> <pre class="brush:plain">
$ kobaltw --init kobalt-plugin $ kobaltw --init kobaltPlugin
Build this project with `./kobaltw assemble`</pre> Build this project with `./kobaltw assemble`</pre>
<p> <p>
Kobalt just generated a full project that will create a simple Kobalt plug-in. This plug-in adds Kobalt just generated a full project that will create a simple Kobalt plug-in. This plug-in adds
@ -323,9 +323,10 @@ Available templates
Plug-in: Kobalt Plug-in: Kobalt
"java" Generates a simple Java project "java" Generates a simple Java project
"kotlin" Generates a simple Kotlin project "kotlin" Generates a simple Kotlin project
"kobalt-plugin" Generate a sample Kobalt plug-in project "kobaltPlugin" Generate a sample Kobalt plug-in project
Plug-in: Android Plug-in: Android
"android-java" Generate a simple Android Java project</pre> "androidJava" Generate a simple Android Java project<
"androidKotlin" Generate a simple Android Kotlin project</pre>
<p> <p>
We see the same plug-ins we just reviewed and a new one provided by the Android plug-in called We see the same plug-ins we just reviewed and a new one provided by the Android plug-in called
<code>"android-java"</code>. The <code>--plugins</code> parameter expects a comma-separated list of plug-in <code>"android-java"</code>. The <code>--plugins</code> parameter expects a comma-separated list of plug-in