Skip to content

Commit

Permalink
docs: Improve the how-it-works section
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark committed Jun 10, 2024
1 parent 8fe9641 commit 0eac4a3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ templier --config ./templier.yml
Templiér acts as a file watcher, proxy server and process manager.
Once Templiér is started, it begins watching files in the `app.dir-src-root` directory.
On start and on file change, it automatically builds your application server executable
assuming that the main package is specified by the `app.dir-cmd` directory. Any custom
Go compiler CLI arguments can be specified by `app.go-flags`. Once built,
the application server executable is launched with `app.flags` CLI parameters and
the working directory set to `app.dir-work`. When necessary, the application server
process is shut down gracefully, rebuilt, linted and restarted.
saving it in the OS' temp directory (cleaned up latest before exiting) assuming that
the main package is specified by the `app.dir-cmd` directory. Any custom Go compiler
CLI arguments can be specified by `app.go-flags`. Once built, the application server
executable is launched with `app.flags` CLI parameters and the working directory
set to `app.dir-work`. When necessary, the application server process is shut down
gracefully, rebuilt, linted and restarted.

Templiér hosts your application under the URL specified by `templier-host` and proxies
all requests to the application server process that it launched injecting Templiér
Expand Down

0 comments on commit 0eac4a3

Please sign in to comment.