Skip to content

Commit

Permalink
reference bashly's gtx folder in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Jul 3, 2023
1 parent fef926b commit 098d3da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ GTX.render string, context: optional_object, filename: optional_filename
## But... why?

GTX was created to provide a code-first alternative to ERB, specifically for
the code generation templates used by [Bashly][bashly]. Enclosing Ruby code
inside ERB tags, and ensuring there are no excess empty lines in the ERB
template yielded some hard-to-maintain templates.
the [code generation templates][bashly-views] used by [Bashly][bashly].
Enclosing Ruby code inside ERB tags, and ensuring there are no excess empty
lines in the ERB template yielded some hard-to-maintain templates.


## Contributing / Support
Expand All @@ -153,4 +153,5 @@ to contribute, feel free to [open an issue][issues].

[issues]: https://github.com/DannyBen/gtx/issues
[bashly]: https://bashly.dannyb.co/
[bashly-views]: https://github.com/DannyBen/bashly/tree/master/lib/bashly/views

0 comments on commit 098d3da

Please sign in to comment.