1.0.7 • Published 1 year ago
endpointscanner v1.0.7
Endpoint Scanner
This is a simple tool to scan for endpoints spring boot.
Usage
To use this tool, you need to have a maven project with a pom.xml file.
You can run the tool by using the following command:
When pulling
node index.jsor
On the fly
npx endpointscanner@latestThis will scan the current directory for a pom.xml file and look for all the @RestController classes.
It will then generate a file called -templates.ts in the current directory.
The file will contain all the generated functions.