mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
KobaltPlugin template.
This commit is contained in:
parent
9532188c3b
commit
d5e6a04b5d
6 changed files with 77 additions and 1 deletions
|
@ -27,6 +27,11 @@ interface IArchetype {
|
|||
*/
|
||||
val pluginName: String
|
||||
|
||||
/**
|
||||
* Instructions to display to the user after a template has been generated.
|
||||
*/
|
||||
val instructions : String get() = "Build this project with `./kobaltw assemble`"
|
||||
|
||||
/**
|
||||
* Generate the files for this archetype. The parameter is the arguments that were passed to the kobaltw
|
||||
* command.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue