BUILD File Generator BUILD File Generator generates Bazel BUILD files for Java code. It reads all .java files, and extracts the class dependency graph. Computes the strongly connected components of the graph. For each component, creates a java_library rule. Usage TODO