Skip to content

Commit bd2d60f

Browse files
authored
add exampe usages to readme (#240)
1 parent b04acc8 commit bd2d60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Note: the regular `sbt clean` does not touch/delete/handle the codegen-generated
1111
Fails if domain classes are not generated with the latest versions. Analogous to `scalafmtCheck`, i.e. run this on PRs.
1212

1313
## Example repositories / builds
14-
* TODO
14+
[CodePropertyGraph](https://github.com/ShiftLeftSecurity/codepropertygraph), most importantly [schema/build.sbt](https://github.com/ShiftLeftSecurity/codepropertygraph/blob/master/schema/build.sbt) and [domainClasses/build.sbt](https://github.com/ShiftLeftSecurity/codepropertygraph/blob/master/domainClasses/build.sbt).
1515

1616
## Disable temporarily
1717
You can temporarily disable the codegen in your build by setting the environment variable `ODB_CODEGEN_DISABLE=true`. That's useful e.g. if you made some manual changes to the generated files that would otherwise be overridden by the codegen.

0 commit comments

Comments
 (0)