greggdonovan / BUILD_file_generator

Generate BUILD files for your Java files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

BUILD File Generator

BUILD File Generator generates Bazel BUILD files for Java code.

  1. It reads all .java files, and extracts the class dependency graph.
  2. Computes the strongly connected components of the graph.
  3. For each component, creates a java_library rule.

Usage

TODO

About

Generate BUILD files for your Java files

License:Apache License 2.0


Languages

Language:Java 94.8%Language:Python 4.3%Language:Shell 0.5%Language:Protocol Buffer 0.4%