@@ -54,8 +54,8 @@ Authors:
5454
5555# What Is This?
5656
57- This is a repository template giving you a top-level structure with the
58- following features.
57+ This repo renders ** repository templates ** for different languages giving you a
58+ top-level structure with the following features.
5959
6060- ** Git & Git Large File System (LFS)** configured.
6161- ** Nix development shell** enabled with [ ` direnv ` ] ( https://direnv.net ) and
@@ -72,6 +72,8 @@ following features.
7272
7373# Usage
7474
75+ To render a new repository for language ` <language> ` you can use
76+
7577## Over Container
7678
7779``` bash
@@ -92,7 +94,7 @@ See [arguments explanations here](#arguments).
9294
9395# # By Cloning
9496
95- Clone this repository to some place of your choice.
97+ You can also clone this repository to some place of your choice.
9698
9799Apply the templates with ` copier` using the following:
98100
@@ -181,7 +183,7 @@ The following describes the content of the top-level directories:
181183
182184[Source](src/go/tools/nix/shells/toolchain-go.nix)
183185
184- - Compiler: ` go` at ` 1.23 .X`
186+ - Compiler: ` go` at ` 1.24 .X`
185187- Build-Tool: ` go`
186188- LSP: ` gopls`
187189- Formatter: ` gofmt` , ` goimports` , ` golines`
@@ -195,7 +197,7 @@ The following describes the content of the top-level directories:
195197- [Source](src/python/tools/nix/shells/toolchain-python.nix)
196198- [Demo Rendering](https://github.com/sdsc-ordes/repository-template-python)
197199
198- - Interpreter: ` python` at ` 3.12 `
200+ - Interpreter: ` python` at ` 3.13 `
199201- Build-Tool: ` uv`
200202- LSP: ` pyright`
201203- Formatter: ` ruff`
0 commit comments