Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syall/smithy-typescript-example-client-gradle
https://github.com/syall/smithy-typescript-example-client-gradle
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/syall/smithy-typescript-example-client-gradle
- Owner: syall
- Created: 2023-11-03T18:51:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T20:07:55.000Z (about 1 year ago)
- Last Synced: 2023-11-04T20:33:30.484Z (about 1 year ago)
- Language: Java
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickstart Gradle Template
Smithy [quickstart](https://smithy.io/2.0/quickstart.html) example built using gradle## Building
To build this project run:
```console
./gradlew clean build
```
From the root of this template directory.