https://github.com/artheus/genapi
Generates an typescript API extension script from Spring Boot Annotation based config
https://github.com/artheus/genapi
Last synced: 3 months ago
JSON representation
Generates an typescript API extension script from Spring Boot Annotation based config
- Host: GitHub
- URL: https://github.com/artheus/genapi
- Owner: artheus
- License: unlicense
- Created: 2016-09-25T08:15:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T13:11:10.000Z (over 8 years ago)
- Last Synced: 2025-01-15T04:16:18.409Z (5 months ago)
- Language: Java
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genapi
Generates an typescript API extension script from Spring Boot Annotation based config*License: Unlicense \< http://unlicense.org/ \>*
## Not really tested code
As you can see there are no unit tests or anything included in this project (yet, ofc)
I have not either tested the typescript file generated from the example.So obviously this is a work in progress!
## Feel free to contribute
If you have any great ideas, please fork and create a pull request. Or create an issue.
## Maven Central?
Well.. Since the code is yet to be tested (at all) there is no plans for deploying anything to the maven central yet.
## How do I use this?
Check out the module genapi-example to see how it is used. Download the code and run ```gradle build``` and you should see a ```apiConfig.ts``` file generated in the class_path.