1.0.7 • Published 11 months ago

endpointscanner v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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.js

or

On the fly

npx endpointscanner@latest

This 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.

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago