1.0.7 • Published 1 year ago

endpointscanner v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago