Skip to content

Commit

Permalink
[#674] Add short section about variants in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Oct 1, 2024
1 parent 97f9c48 commit abe7daa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ provided as built-in.
| scala | sbt | sbt |
| typescript | yarn | yarn bazel make |

### TCR Variants

TCR tool can run several variants of the TCR workflow, inspired by [this blog post](https://medium.com/@tdeniffel/tcr-variants-test-commit-revert-bf6bd84b17d3)
by Thomas Deniffel.

Some are great as pedagogic tools, some are better for day-to-day use.

The default variant is "The Relaxed". You can refer to [this page](./variants-doc/tcr_variants.md)
for further details on available variants.

### Base directory

In order to know which files and directories to watch, TCR needs to know on which part of the filesystem it should work.
Expand Down

0 comments on commit abe7daa

Please sign in to comment.