You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,8 +62,44 @@ Primarily typescript-generator is used as Maven plugin:
58
62
</plugin>
59
63
```
60
64
65
+
More complete sample can be found [here](sample-maven).
61
66
Detailed description how to configure typescript-generator-maven-plugin is on generated [site](http://vojtechhabarta.github.io/typescript-generator/maven/typescript-generator-maven-plugin/generate-mojo.html).
62
67
63
-
If you do not use Maven you can invoke typescript-generator directly using `TypeScriptGenerator.generateTypeScript()` method.
68
+
69
+
Gradle
70
+
------
71
+
72
+
In Gradle build you can use `cz.habarta.typescript-generator` plugin like this:
More complete sample can be found [here](sample-gradle).
98
+
Gradle plugin has the same features as Maven plugin, for detailed description see Maven generated [site](http://vojtechhabarta.github.io/typescript-generator/maven/typescript-generator-maven-plugin/generate-mojo.html).
99
+
100
+
101
+
Direct invocation
102
+
-----------------
103
+
If you do not use Maven or Gradle you can invoke typescript-generator directly using `TypeScriptGenerator.generateTypeScript()` method.
64
104
65
105
Releases are available from [Maven Central Repository](http://search.maven.org/#search%7Cga%7C1%7Ccz.habarta.typescript-generator).
0 commit comments