Skip to content

Commit

Permalink
docs: Emphasize key features in README
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark committed Jul 4, 2024
1 parent 90c4132 commit a0911c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ Templiér is a Go web frontend development environment for
[Templ](https://github.com/a-h/templ)

- Watches your `.templ` files and rebuilds them.
- Watches all non-template files, rebuilds and restarts the server.
- Watches all non-template files, rebuilds and restarts the server.
- Automatically reloads your browser tabs when the server restarts or templates change.
- Runs [golangci-lint](https://golangci-lint.run/) if enabled.
- Reports all errors directly to all open browser tabs.
- Reports all errors directly to all open browser tabs.
- Shuts your server down gracefully.
- Displays application server console logs in the terminal.
- Supports templ's debug mode for fast live reload.
- Avoids reloading when files didn't change by keeping track of hashsums.

## Quick Start

Expand Down

0 comments on commit a0911c2

Please sign in to comment.