mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 20:07:11 -07:00
Template doc update.
This commit is contained in:
parent
61c14e5896
commit
388c1ff9f0
1 changed files with 12 additions and 11 deletions
|
@ -278,11 +278,11 @@ Available templates
|
|||
Plug-in: Kobalt
|
||||
"java" Generate a simple Java 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>
|
||||
You can then invoke any of these templates with <code>--init</code>:
|
||||
<pre class="brush:plain">
|
||||
$ kobaltw --init kobalt-plugin
|
||||
$ kobaltw --init kobaltPlugin
|
||||
Build this project with `./kobaltw assemble`</pre>
|
||||
<p>
|
||||
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
|
||||
"java" Generates a simple Java 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
|
||||
"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>
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue