Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Mar 4, 2018
1 parent bfa18d2 commit 32dfb1b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22java2ts-processor%22"><img src="https://img.shields.io/maven-central/v/org.bsc.processor/java2ts-processor.svg">


# java2typescript

Java Processor to **generate [Typescript](https://www.typescriptlang.org/) Definition file (.d.ts)** from whatever Java classes.
Expand Down Expand Up @@ -112,13 +115,13 @@ package org.mypackage;

### Use Maven Archetype

The easier way to start your **Typescript on JVM** project is using the provided maven archetype

**Interactive Mode**

>```
>mvn archetype:generate \
>-DarchetypeGroupId=org.bsc.processor \
>-DarchetypeArtifactId=java2ts-processor-archetype \
>-DarchetypeVersion=${project.version}
>-DarchetypeVersion=0.1.0
>```
_Coming Soon ..._

0 comments on commit 32dfb1b

Please sign in to comment.