1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

KobaltPlugin template.

This commit is contained in:
Cedric Beust 2016-02-16 18:07:18 -08:00
parent 9532188c3b
commit d5e6a04b5d
6 changed files with 77 additions and 1 deletions

View file

@ -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.