Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
updating the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Arora committed Oct 23, 2020
1 parent 1fddc0f commit 99b3666
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ Specify the output as a lowercase input to the flag:
replay-zero --template=gatling
```

#### Custom templates

You can also pass path to your own custom template (in case you dont want to use karate or gatling) to the same paramater and `--extension` or `-e` to pass extentsion of the output.

E.g.
Expand All @@ -195,6 +197,9 @@ E.g.
replay-zero --template=/path/to/your/custom-template --extension=java
```

Templates are following the format from the [text/template](https://golang.org/pkg/text/template/) package. And it also support all template functions provided by [Sprig](http://masterminds.github.io/sprig/). You can even extend your template's functionality with string manipulation, math operators, and more from the Sprig library


## Roadmap

Replay Zero has many plans for improvement which you can find in the Issues tab of this repo. Now that you've read the entire README up until this point (right?) and know of all the features Replay Zero offers, here is a visual recap of both some of the features currently provided (multiple target proxying, output templating) as well as some planned roadmap items (remote proxyingm, custom template sourcing) and how they may fit in alongside existing features.
Expand Down

0 comments on commit 99b3666

Please sign in to comment.