Skip to content

Commit

Permalink
README: running typescript-generator using Gradle (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechhabarta committed Jan 7, 2018
1 parent 9a700d3 commit 39f4b73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ generateTypeScript {
}
```

You can run typescript-generator on demand using `gradle generateTypeScript` command
or you can invoke it as part of another task by adding dependency from that task to `generateTypeScript` task in Gradle build file.

More complete sample can be found [here](sample-gradle).
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).

Expand Down

0 comments on commit 39f4b73

Please sign in to comment.