Giter Club home page Giter Club logo

heo's Introduction

Hi there πŸ‘‹

I'm a Java backend developer.
I mainly use Spring, AWS and love all open source.❀️

heo's People

Contributors

heowc avatar

Stargazers

 avatar

Watchers

 avatar

heo's Issues

Support gradle pluigin

If the Gradle plugin is introduced, it will be more useful. (Even in a CI environment?)

ex)

plugins {
  id "heo"
}

heo {
  package = "com.heowc" // What if we take the `group` as the default?
  destination = "${buildDir}/reports/heo/index.png" // It would be nice if you could configure a new directory under `reports`.
}

Support for project relative paths

Users may want to write relative paths more simply and easily rather than absolute paths

$ java -jar heo-cli-0.0.2.jar -d /Users/heowc/Projects/heo -p dev.heowc.heo

# $ java -jar heo-cli-0.0.2.jar -d ./heo -p dev.heowc.heo  # <--

If a cycle between modules is found, the task fails

One of the features of heo is that it shows the points where a cycle occurs between modules. If gradle didn't just show this but failed the task, it would be recognized more quickly.

For reference, checkstyle has a verification task and a report task, each of which has its own task.

Configure how to link various modules and packages

Currently, heo analyzes the structure of the package structure for a single Java project.

As the project size grows,

there are many cases where it goes from a single module to multiple modules and even multiple package structures.

It would be good to provide it so that it can be used for such projects as well.


product-service
γ„΄ com.example.product
order-service
γ„΄ com.example.order

In the multi-module above, you may want to analyze the following packages between the product and order modules.

  • com.example sub-
  • or com.example.product sub- and com.example.order sub- (assuming there are multiple packages)

product-service
γ„΄ com.example.product
product-model
γ„΄ com.example.productmodel

In the multi-module above, you may want to analyze the following packages between the service and model modules. - subclasses of com.example.product and com.example.productmodel (assuming there are multiple packages)

Support native-image (graalvm)

Currently we are providing cli tools utilizing Java. This somewhat increases the barrier to entry when using the tool.

We would like to provide binary files using native-image.
However, there are still unresolved issues to provide this.

See oracle/graal#8273

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.