Skip to content

Commit

Permalink
docs: delete graalvm section and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FanJups committed Jul 26, 2024
1 parent 0fdce44 commit af3d6be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ mvn clean test
>
> ![](illustrations/intellij-maven-runner-configuration.png)
API Server
API Server : [jsgenerator-api](./README.api.md)
```shell
# After starting the server, visit http://localhost:8080
mvn --also-make --projects jsgenerator-api clean spring-boot:run
```

Command Line Interface (CLI)
Command Line Interface (CLI) : [jsgenerator-cli](./README.cli.md)
```shell
# After reading the help, play out with different CLI options
mvn --also-make --projects jsgenerator-cli clean spring-boot:run -Dspring-boot.run.arguments=--help
Expand All @@ -121,9 +121,6 @@ mvn --also-make --projects :jsgenerator-cli clean spring-boot:run -Dspring-boot.
```shell
# Will compile all the modules into JAR (or FAT JAR - see the table above)
mvn clean package

# Additionally, build CLI into native executable (require GraalVM - see requirements above)
./cli-build.sh
```

# Contribute
Expand Down
16 changes: 0 additions & 16 deletions cli-build.sh

This file was deleted.

0 comments on commit af3d6be

Please sign in to comment.