1.0.7 • Published 2 years ago

endpointscanner v1.0.7

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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago