All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.shiftleft.codepropertygraph.schema.Codegen.scala Maven / Gradle / Ivy

There is a newer version: 1.7.23
Show newest version
package io.shiftleft.codepropertygraph.schema

import overflowdb.codegen.CodeGen

import java.io.File

object Codegen extends App {
  val outputDir =
    args.headOption.map(new File(_)).getOrElse(throw new AssertionError("please pass outputDir as first parameter"))

  new CodeGen(CpgSchema.instance).run(outputDir)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy